Skip to content

Commit 7bc4131

Browse files
committed
use correct license for gettext as we only build libs now, update gmp to dynamically check version
1 parent da8debd commit 7bc4131

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

config/source.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,16 +306,17 @@
306306
"regex": "/href=\"(?<file>gettext-(?<version>[^\"]+)\\.tar\\.xz)\"/",
307307
"license": {
308308
"type": "file",
309-
"path": "COPYING"
309+
"path": "gettext-runtime/intl/COPYING.LIB"
310310
}
311311
},
312312
"gmp": {
313-
"type": "url",
314-
"url": "https://dl.static-php.dev/static-php-cli/deps/gmp/gmp-6.3.0.tar.xz",
313+
"type": "filelist",
314+
"url": "https://gmplib.org/download/gmp/",
315+
"regex": "/href=\"(?<file>gmp-(?<version>[^\"]+)\\.tar\\.xz)\"/",
315316
"provide-pre-built": true,
316317
"alt": {
317-
"type": "ghtagtar",
318-
"repo": "alisw/GMP"
318+
"type": "url",
319+
"url": "https://dl.static-php.dev/static-php-cli/deps/gmp/gmp-6.3.0.tar.xz"
319320
},
320321
"license": {
321322
"type": "text",

0 commit comments

Comments
 (0)