X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/27ce01e83bf0264b9aed9595226ef84f07ca0f52..6788ea2c5d7dbb05b18c9da41b1f88f9d4400c2a:/packages/libmpfr/build.sh diff --git a/packages/libmpfr/build.sh b/packages/libmpfr/build.sh index c8f4eeba..2aa5df66 100755 --- a/packages/libmpfr/build.sh +++ b/packages/libmpfr/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=http://www.mpfr.org/ TERMUX_PKG_DESCRIPTION="C library for multiple-precision floating-point computations with correct rounding" TERMUX_PKG_DEPENDS="libgmp" -TERMUX_PKG_VERSION=3.1.4 -TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/mpfr/mpfr-${TERMUX_PKG_VERSION}.tar.xz +TERMUX_PKG_VERSION=3.1.5 +TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/mpfr/mpfr-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_header_locale_h=no"