diff options
author | diizzyy <diizzyy@users.noreply.github.com> | 2016-10-02 23:54:13 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-04 11:50:47 +0200 |
commit | d88d55e0dbeb81b3781c31df5d53d27e2a4422ac (patch) | |
tree | a63ddc07565ad300dc00d504f4829d92ae734b43 /tools/mpfr/Makefile | |
parent | bf567363cd98dd36ffef7312afc066b14bb9237f (diff) | |
download | upstream-d88d55e0dbeb81b3781c31df5d53d27e2a4422ac.tar.gz upstream-d88d55e0dbeb81b3781c31df5d53d27e2a4422ac.tar.bz2 upstream-d88d55e0dbeb81b3781c31df5d53d27e2a4422ac.zip |
tools/mpfr: Update to 3.1.5 and change to xz tarball
Updates mpfr to 3.1.5 and changes tarball format to xz
Signed-off-by: Daniel Engberg daniel.engberg.lists@pyret.net
Diffstat (limited to 'tools/mpfr/Makefile')
-rw-r--r-- | tools/mpfr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/mpfr/Makefile b/tools/mpfr/Makefile index 3a2c339d99..47ff1c5539 100644 --- a/tools/mpfr/Makefile +++ b/tools/mpfr/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpfr -PKG_VERSION:=3.1.4 +PKG_VERSION:=3.1.5 PKG_SOURCE_URL:=http://www.mpfr.org/mpfr-$(PKG_VERSION) \ @GNU/mpfr -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_MD5SUM:=b8a2f6b0e68bef46e53da2ac439e1cf4 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_MD5SUM:=c4ac246cf9795a4491e7766002cd528f HOST_BUILD_PARALLEL:=1 HOST_FIXUP:=autoreconf |