[openwrt/openwrt] tools/gmp: update to 6.2.1
LEDE Commits
lede-commits at lists.infradead.org
Sat Nov 21 12:50:19 EST 2020
dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c977bd033e1abb4fd065d6af55fed8bf57cb9743
commit c977bd033e1abb4fd065d6af55fed8bf57cb9743
Author: Hannu Nyman <hannu.nyman at iki.fi>
AuthorDate: Sat Nov 21 13:36:15 2020 +0200
tools/gmp: update to 6.2.1
Update gmp to 6.2.1
Release notes: https://gmplib.org/gmp6.2
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 36d51eb711..967cf6817b 100644
--- a/tools/gmp/Makefile
+++ b/tools/gmp/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gmp
-PKG_VERSION:=6.2.0
+PKG_VERSION:=6.2.1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/gmp/
-PKG_HASH:=258e6cd51b3fbdfc185c716d55f82c08aff57df0c6fbd143cf6ed561267a1526
+PKG_HASH:=fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2
HOST_FIXUP:=autoreconf
More information about the lede-commits
mailing list