X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/e4d6bd3bfa4574ef0b49aa41bf076f6eafc0a135..dd2bc323b61ed6f36d57a713c9c9c62e4b988f6e:/packages/libmpfr/build.sh diff --git a/packages/libmpfr/build.sh b/packages/libmpfr/build.sh index 2aa5df66..59d3f840 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.5 +TERMUX_PKG_VERSION=3.1.6 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/mpfr/mpfr-${TERMUX_PKG_VERSION}.tar.xz +TERMUX_PKG_SHA256=7a62ac1a04408614fccdc506e4844b10cf0ad2c2b1677097f8f35d3a1344a950 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_header_locale_h=no"