use correct license for gettext as we only build libs now, update gmp to dynamically check version

This commit is contained in:
henderkes 2025-10-23 23:11:30 +02:00
parent da8debdade
commit 7bc4131c02

View File

@ -306,16 +306,17 @@
"regex": "/href=\"(?<file>gettext-(?<version>[^\"]+)\\.tar\\.xz)\"/", "regex": "/href=\"(?<file>gettext-(?<version>[^\"]+)\\.tar\\.xz)\"/",
"license": { "license": {
"type": "file", "type": "file",
"path": "COPYING" "path": "gettext-runtime/intl/COPYING.LIB"
} }
}, },
"gmp": { "gmp": {
"type": "url", "type": "filelist",
"url": "https://dl.static-php.dev/static-php-cli/deps/gmp/gmp-6.3.0.tar.xz", "url": "https://gmplib.org/download/gmp/",
"regex": "/href=\"(?<file>gmp-(?<version>[^\"]+)\\.tar\\.xz)\"/",
"provide-pre-built": true, "provide-pre-built": true,
"alt": { "alt": {
"type": "ghtagtar", "type": "url",
"repo": "alisw/GMP" "url": "https://dl.static-php.dev/static-php-cli/deps/gmp/gmp-6.3.0.tar.xz"
}, },
"license": { "license": {
"type": "text", "type": "text",