comparison src/libiconv.mk @ 6229:35739e4a36c2

* src/libiconv.mk: update to v1.17
author John Donoghue <john.donoghue@ieee.org>
date Thu, 19 May 2022 10:30:43 -0400
parents 71bc1f766e03
children
comparison
equal deleted inserted replaced
6228:f40df5c4d8c8 6229:35739e4a36c2
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.16 6 $(PKG)_VERSION := 1.17
7 $(PKG)_CHECKSUM := 2d9d1d8fa9f7859b181de984d60eacd2499a5701 7 $(PKG)_CHECKSUM := 409a6a8c07280e02cc33b65ae871311f4b33077b
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