X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..6788ea2c5d7dbb05b18c9da41b1f88f9d4400c2a:/packages/libunistring/build.sh diff --git a/packages/libunistring/build.sh b/packages/libunistring/build.sh index b1a6bfc6..88c2db80 100644 --- a/packages/libunistring/build.sh +++ b/packages/libunistring/build.sh @@ -1,5 +1,6 @@ -TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/libunistring/ +TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/libunistring/ TERMUX_PKG_DESCRIPTION="Library providing functions for manipulating Unicode strings" -TERMUX_PKG_VERSION=0.9.5 -TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/libunistring/libunistring-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_VERSION=0.9.7 +TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/libunistring/libunistring-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=9ce081cbee1951b55597b30e7030bda9d7b2f034ef901a135ff3a020be5a41e5 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_uselocale=no"