[source] libs/gmp: update to 6.1.1

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


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

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

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

diff --git a/package/libs/gmp/Makefile b/package/libs/gmp/Makefile
index 6143fd8..5c2d96a 100644
--- a/package/libs/gmp/Makefile
+++ b/package/libs/gmp/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gmp
-PKG_VERSION:=6.1.0
+PKG_VERSION:=6.1.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)$(PKG_REVISION).tar.xz
 PKG_SOURCE_URL:=@GNU/gmp/
-PKG_MD5SUM:=a9868ef2556ad6a2909babcd1428f3c7
+PKG_MD5SUM:=e70e183609244a332d80529e7e155a35
 
 PKG_BUILD_PARALLEL:=1
 PKG_INSTALL:=1



More information about the lede-commits mailing list