comparison src/libiconv.mk @ 4360:63a9f37abcbc

libiconv: update to 1.15 * src/libiconv.mk: update version, checksum * src/libiconv-1-fix.patch: removed * dist-files.mk: removed libiconv-1-fix.patch
author John D
date Mon, 13 Mar 2017 08:13:04 -0400
parents eac52a8a7822
children 71bc1f766e03
comparison
equal deleted inserted replaced
4359:2c47a4853d1a 4360:63a9f37abcbc
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := libiconv 4 PKG := libiconv
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.14 6 $(PKG)_VERSION := 1.15
7 $(PKG)_CHECKSUM := be7d67e50d72ff067b2c0291311bc283add36965 7 $(PKG)_CHECKSUM := 7af3149fa7c4bd1d3a36a30f02e95a0ebfd6b18f
8 $(PKG)_SUBDIR := libiconv-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libiconv-$($(PKG)_VERSION)
9 $(PKG)_FILE := libiconv-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := libiconv-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://ftp.gnu.org/pub/gnu/libiconv/$($(PKG)_FILE) 10 $(PKG)_URL := http://ftp.gnu.org/pub/gnu/libiconv/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12