diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-03-12 16:59:24 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-04-11 21:02:50 +0200 |
commit | 85282ae69c7b53177bc49e8e879d6e53c90241fe (patch) | |
tree | 4aa648f90f60abf8f4919e5770e5d15fb1eff272 /tools/mpfr | |
parent | a8c315192b750453e1b821ab735bdabca43a4d0e (diff) | |
download | upstream-85282ae69c7b53177bc49e8e879d6e53c90241fe.tar.gz upstream-85282ae69c7b53177bc49e8e879d6e53c90241fe.tar.bz2 upstream-85282ae69c7b53177bc49e8e879d6e53c90241fe.zip |
tools/mpfr: Update to 4.0.1
Update mpfr to 4.0.1
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/mpfr')
-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 2afb025980..dfff7964ce 100644 --- a/tools/mpfr/Makefile +++ b/tools/mpfr/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpfr -PKG_VERSION:=4.0.0 +PKG_VERSION:=4.0.1 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:=fbe2cd1418b321f5c899ce4f0f0f4e73f5ecc7d02145b0e1fd096f5c3afb8a1d +PKG_HASH:=67874a60826303ee2fb6affc6dc0ddd3e749e9bfcb4c8655e3953d0458a6e16e HOST_BUILD_PARALLEL:=1 HOST_FIXUP:=autoreconf |