diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-09-29 23:14:27 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-09-30 22:43:38 +0200 |
commit | 85d93b67af31eb709578b12820f56e48c66821a6 (patch) | |
tree | 7cf784ee7819937a03beac65304e63dd6c3422e5 /tools | |
parent | c4562a90695932d9c4c9c7375017d900f1782e5d (diff) | |
download | upstream-85d93b67af31eb709578b12820f56e48c66821a6.tar.gz upstream-85d93b67af31eb709578b12820f56e48c66821a6.tar.bz2 upstream-85d93b67af31eb709578b12820f56e48c66821a6.zip |
tools/mpfr: Update to 3.1.6
Update mpfr to 3.1.6
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools')
-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 91b5986f6c..96e0188bc8 100644 --- a/tools/mpfr/Makefile +++ b/tools/mpfr/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpfr -PKG_VERSION:=3.1.5 +PKG_VERSION:=3.1.6 PKG_SOURCE_URL:=http://www.mpfr.org/mpfr-$(PKG_VERSION) \ @GNU/mpfr PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_HASH:=015fde82b3979fbe5f83501986d328331ba8ddf008c1ff3da3c238f49ca062bc +PKG_HASH:=7a62ac1a04408614fccdc506e4844b10cf0ad2c2b1677097f8f35d3a1344a950 HOST_BUILD_PARALLEL:=1 HOST_FIXUP:=autoreconf |