[openwrt/openwrt] tools/mpfr: Update to 4.0.1

LEDE Commits lede-commits at lists.infradead.org
Wed Apr 11 12:03:04 PDT 2018


dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/85282ae69c7b53177bc49e8e879d6e53c90241fe

commit 85282ae69c7b53177bc49e8e879d6e53c90241fe
Author: Daniel Engberg <daniel.engberg.lists at pyret.net>
AuthorDate: Mon Mar 12 16:59:24 2018 +0100

    tools/mpfr: Update to 4.0.1
    
    Update mpfr to 4.0.1
    
    Signed-off-by: Daniel Engberg <daniel.engberg.lists at pyret.net>
---
 tools/mpfr/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/mpfr/Makefile b/tools/mpfr/Makefile
index 2afb025..dfff796 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



More information about the lede-commits mailing list