diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-17 21:06:19 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-01-18 08:04:18 +0100 |
commit | 4343ac5515569e564919e6e828246bf6d8663734 (patch) | |
tree | 7cc062f7cdf9ba252ca3fd6c0c229658a7d8a7ed /tools/mpfr/Makefile | |
parent | d0610332dc1b6a6e7097ab0420a84051f09c4362 (diff) | |
download | upstream-4343ac5515569e564919e6e828246bf6d8663734.tar.gz upstream-4343ac5515569e564919e6e828246bf6d8663734.tar.bz2 upstream-4343ac5515569e564919e6e828246bf6d8663734.zip |
tools/mpfr: update to 4.0.0
Update mpfr to 4.0.0
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'tools/mpfr/Makefile')
-rw-r--r-- | tools/mpfr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mpfr/Makefile b/tools/mpfr/Makefile index f3e337ada2..2afb025980 100644 --- a/tools/mpfr/Makefile +++ b/tools/mpfr/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpfr -PKG_VERSION:=3.1.6 +PKG_VERSION:=4.0.0 PKG_CPE_ID:=cpe:/a:mpfr:gnu_mpfr PKG_SOURCE_URL:=http://www.mpfr.org/mpfr-$(PKG_VERSION) \ @GNU/mpfr PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_HASH:=7a62ac1a04408614fccdc506e4844b10cf0ad2c2b1677097f8f35d3a1344a950 +PKG_HASH:=fbe2cd1418b321f5c899ce4f0f0f4e73f5ecc7d02145b0e1fd096f5c3afb8a1d HOST_BUILD_PARALLEL:=1 HOST_FIXUP:=autoreconf |