X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..168e25a138f362b2cbba8f4e9a1df8d20ad96201:/packages/iconv/build.sh diff --git a/packages/iconv/build.sh b/packages/iconv/build.sh index 38a0500f..12b397c2 100755 --- a/packages/iconv/build.sh +++ b/packages/iconv/build.sh @@ -1,7 +1,8 @@ TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/libiconv/ TERMUX_PKG_DESCRIPTION="Utility converting between different character encodings" TERMUX_PKG_VERSION=1.14 -TERMUX_PKG_SRCURL=http://ftp.gnu.org/pub/gnu/libiconv/libiconv-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/libiconv/libiconv-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=72b24ded17d687193c3366d0ebe7cde1e6b18f0df8c55438ac95be39e8a30613 # Only install the binary, not the library since we use libandroid-support for iconv functions: TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-static --disable-shared"