comparison src/libiconv.mk @ 5065:71bc1f766e03

* src/libiconv.mk: update to v1.16
author John Donoghue
date Wed, 01 May 2019 17:02:42 -0400
parents 63a9f37abcbc
children 35739e4a36c2
comparison
equal deleted inserted replaced
5064:cd2543f519a0 5065:71bc1f766e03
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.15 6 $(PKG)_VERSION := 1.16
7 $(PKG)_CHECKSUM := 7af3149fa7c4bd1d3a36a30f02e95a0ebfd6b18f 7 $(PKG)_CHECKSUM := 2d9d1d8fa9f7859b181de984d60eacd2499a5701
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