From: Auxilus Date: Fri, 9 Feb 2018 00:12:50 +0000 (+0530) Subject: Update libmpfr to 4.0.1 (#2114) X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/ed76f15d150555790cbe1a831c6d62049bbcdc48?ds=sidebyside Update libmpfr to 4.0.1 (#2114) --- diff --git a/packages/libmpfr/build.sh b/packages/libmpfr/build.sh index 59d3f840..cfb416e5 100755 --- a/packages/libmpfr/build.sh +++ b/packages/libmpfr/build.sh @@ -1,7 +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.6 +TERMUX_PKG_VERSION=4.0.1 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/mpfr/mpfr-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=7a62ac1a04408614fccdc506e4844b10cf0ad2c2b1677097f8f35d3a1344a950 +TERMUX_PKG_SHA256=67874a60826303ee2fb6affc6dc0ddd3e749e9bfcb4c8655e3953d0458a6e16e TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_header_locale_h=no"