From 7bc4131c0286060b0a5e58737a150dac76b14cdc Mon Sep 17 00:00:00 2001 From: henderkes Date: Thu, 23 Oct 2025 23:11:30 +0200 Subject: [PATCH] use correct license for gettext as we only build libs now, update gmp to dynamically check version --- config/source.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config/source.json b/config/source.json index 8a2aaf62..349ba68c 100644 --- a/config/source.json +++ b/config/source.json @@ -306,16 +306,17 @@ "regex": "/href=\"(?gettext-(?[^\"]+)\\.tar\\.xz)\"/", "license": { "type": "file", - "path": "COPYING" + "path": "gettext-runtime/intl/COPYING.LIB" } }, "gmp": { - "type": "url", - "url": "https://dl.static-php.dev/static-php-cli/deps/gmp/gmp-6.3.0.tar.xz", + "type": "filelist", + "url": "https://gmplib.org/download/gmp/", + "regex": "/href=\"(?gmp-(?[^\"]+)\\.tar\\.xz)\"/", "provide-pre-built": true, "alt": { - "type": "ghtagtar", - "repo": "alisw/GMP" + "type": "url", + "url": "https://dl.static-php.dev/static-php-cli/deps/gmp/gmp-6.3.0.tar.xz" }, "license": { "type": "text",