[openwrt/openwrt] tools/mpc: Update to 1.1.0

LEDE Commits lede-commits at lists.infradead.org
Wed Jan 17 23:37:15 PST 2018


blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/d0610332dc1b6a6e7097ab0420a84051f09c4362

commit d0610332dc1b6a6e7097ab0420a84051f09c4362
Author: Hannu Nyman <hannu.nyman at iki.fi>
AuthorDate: Wed Jan 17 21:01:35 2018 +0200

    tools/mpc: Update to 1.1.0
    
    Update mpc to 1.1.0
    
    (note: adds compatibility with mpfr 4.0.0)
    
    Signed-off-by: Hannu Nyman <hannu.nyman at iki.fi>
---
 tools/mpc/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/mpc/Makefile b/tools/mpc/Makefile
index ef9bfc4..70dca26 100644
--- a/tools/mpc/Makefile
+++ b/tools/mpc/Makefile
@@ -7,11 +7,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mpc
-PKG_VERSION:=1.0.3
+PKG_VERSION:=1.1.0
 
 PKG_SOURCE_URL:=@GNU/mpc/
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_HASH:=617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3
+PKG_HASH:=6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e
 
 HOST_BUILD_PARALLEL:=1
 



More information about the lede-commits mailing list