diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-01-25 11:24:38 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-01-25 22:07:32 +0100 |
commit | b77ce0c7209ee26aed271f894ac1580dce45db0c (patch) | |
tree | 81ffab72f03dcf93bccbb165bc5eab5ed4c491d2 /tools | |
parent | 2dc0a8c18080a7e447e9b41b037ce9635665e809 (diff) | |
download | openwrt-b77ce0c7209ee26aed271f894ac1580dce45db0c.tar.gz openwrt-b77ce0c7209ee26aed271f894ac1580dce45db0c.tar.bz2 openwrt-b77ce0c7209ee26aed271f894ac1580dce45db0c.zip |
tools/gmp: update to 6.2.0
Update GNU gmp to version 6.2.0
Release notes: https://gmplib.org/gmp6.2.html
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile index 19dc8215f3..16a4410c31 100644 --- a/tools/gmp/Makefile +++ b/tools/gmp/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gmp -PKG_VERSION:=6.1.2 +PKG_VERSION:=6.2.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gmp/ -PKG_HASH:=87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912 +PKG_HASH:=258e6cd51b3fbdfc185c716d55f82c08aff57df0c6fbd143cf6ed561267a1526 HOST_FIXUP:=autoreconf |