[source] tools/gmp: update to 6.1.1

LEDE Commits lede-commits at lists.infradead.org
Mon Aug 15 06:54:27 PDT 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=3d20f56c1334b648cac8eff6037c4488168660a3

commit 3d20f56c1334b648cac8eff6037c4488168660a3
Author: Hannu Nyman <hannu.nyman at iki.fi>
AuthorDate: Mon Aug 15 11:26:13 2016 +0300

    tools/gmp: update to 6.1.1
    
    Update gmp to 6.1.1
    
    Signed-off-by: Hannu Nyman <hannu.nyman at iki.fi>
---
 tools/gmp/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile
index 2067494..38cede1 100644
--- a/tools/gmp/Makefile
+++ b/tools/gmp/Makefile
@@ -7,11 +7,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gmp
-PKG_VERSION:=6.1.0
+PKG_VERSION:=6.1.1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/gmp/
-PKG_MD5SUM:=a9868ef2556ad6a2909babcd1428f3c7
+PKG_MD5SUM:=e70e183609244a332d80529e7e155a35
 
 HOST_FIXUP:=autoreconf
 



More information about the lede-commits mailing list