X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/722ed12d69bc2e936b4f437921b13cef76d2b596..1dd641f19017d1abdbd457d4ea57e2d0f6f9db6c:/packages/libmpfr/build.sh diff --git a/packages/libmpfr/build.sh b/packages/libmpfr/build.sh index 1c9a5f1f..c2ef5f9b 100755 --- a/packages/libmpfr/build.sh +++ b/packages/libmpfr/build.sh @@ -1,6 +1,7 @@ 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_VERSION=3.1.5 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/mpfr/mpfr-${TERMUX_PKG_VERSION}.tar.xz +TERMUX_PKG_SHA256=015fde82b3979fbe5f83501986d328331ba8ddf008c1ff3da3c238f49ca062bc TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_header_locale_h=no"