diff options
| author | Nick Hainke | 2023-10-11 14:54:13 +0000 |
|---|---|---|
| committer | Nick Hainke | 2023-10-11 22:22:36 +0000 |
| commit | 01ae733e061cf5e4d258654d177a0d82b05fe48b (patch) | |
| tree | e6f43c3ee9ea92c6bbd9fe662c923cab6fd10a48 | |
| parent | 6d9af0ee5a643166d338b49b276e7285038dfdec (diff) | |
| download | openwrt-01ae733e061cf5e4d258654d177a0d82b05fe48b.tar.gz | |
tools/gmp: update to 6.3
Release Notes:
https://gmplib.org/gmp6.3
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -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 c48069dd7b..7f0a7a7a6a 100644 --- a/tools/gmp/Makefile +++ b/tools/gmp/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gmp -PKG_VERSION:=6.2.1 +PKG_VERSION:=6.3.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gmp/ -PKG_HASH:=fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2 +PKG_HASH:=a3c2b80201b89e68616f4ad30bc66aee4927c3ce50e33929ca819d5c43538898 PKG_CPE_ID:=cpe:/a:gmplib:gmp HOST_FIXUP:=autoreconf |