summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Golle2024-11-27 20:43:26 +0000
committerDaniel Golle2024-11-28 15:53:32 +0000
commitee9eb91e0a69aa90c69cd34efef44badbc16d416 (patch)
treeb95a226287fd4598304b8bb2e09e18dd193761d4
parent6f9384f4a495c7e19934eb842cc29c1fdd093a1c (diff)
downloadopenwrt-ee9eb91e0a69aa90c69cd34efef44badbc16d416.tar.gz
gmp: use same source tarball for tools/gmp and package/libs/gmp
tools/gmp was using the .tar.xz while package/libs/gmp was using the .tar.gz archive of the GMP release. Use the .tar.gz for both of them. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r--package/libs/gmp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/gmp/Makefile b/package/libs/gmp/Makefile
index 6bcee784ed..f2cacc942c 100644
--- a/package/libs/gmp/Makefile
+++ b/package/libs/gmp/Makefile
@@ -11,9 +11,9 @@ PKG_NAME:=gmp
PKG_VERSION:=6.3.0
PKG_RELEASE:=1
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)$(PKG_REVISION).tar.xz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/gmp/
-PKG_HASH:=a3c2b80201b89e68616f4ad30bc66aee4927c3ce50e33929ca819d5c43538898
+PKG_HASH:=e56fd59d76810932a0555aa15a14b61c16bed66110d3c75cc2ac49ddaa9ab24c
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1