diff options
author | Bradley Sepos <[email protected]> | 2017-07-10 17:23:19 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-07-22 14:08:11 -0400 |
commit | 30a5788b9b379cc5b50cb33f97c6add03e39f408 (patch) | |
tree | 753c45e546ddc0b96454f6c4ad76f3da3fc01c8f /contrib/libiconv | |
parent | d4e6855eaa5e7ed205ef85d5b5b1ff0af88e46a0 (diff) |
contrib: Update to libiconv 1.15.
Diffstat (limited to 'contrib/libiconv')
-rw-r--r-- | contrib/libiconv/module.defs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libiconv/module.defs b/contrib/libiconv/module.defs index e522dfec9..4b2d9fbac 100644 --- a/contrib/libiconv/module.defs +++ b/contrib/libiconv/module.defs @@ -1,9 +1,9 @@ $(eval $(call import.MODULE.defs,LIBICONV,libiconv)) $(eval $(call import.CONTRIB.defs,LIBICONV)) -LIBICONV.FETCH.url = https://download.handbrake.fr/handbrake/contrib/libiconv-1.14.tar.gz -LIBICONV.FETCH.url += https://ftp.gnu.org/gnu/libiconv/libiconv-1.14.tar.gz -LIBICONV.FETCH.sha256 = 72b24ded17d687193c3366d0ebe7cde1e6b18f0df8c55438ac95be39e8a30613 +LIBICONV.FETCH.url = https://download.handbrake.fr/handbrake/contrib/libiconv-1.15.tar.gz +LIBICONV.FETCH.url += https://ftp.gnu.org/gnu/libiconv/libiconv-1.15.tar.gz +LIBICONV.FETCH.sha256 = ccf536620a45458d26ba83887a983b96827001e92a13847b45e4925cc8913178 # this contrib will not build under MinGW with -std=gnu99 ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system)) |