We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8debd commit 7bc4131Copy full SHA for 7bc4131
config/source.json
@@ -306,16 +306,17 @@
306
"regex": "/href=\"(?<file>gettext-(?<version>[^\"]+)\\.tar\\.xz)\"/",
307
"license": {
308
"type": "file",
309
- "path": "COPYING"
+ "path": "gettext-runtime/intl/COPYING.LIB"
310
}
311
},
312
"gmp": {
313
- "type": "url",
314
- "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/",
315
+ "regex": "/href=\"(?<file>gmp-(?<version>[^\"]+)\\.tar\\.xz)\"/",
316
"provide-pre-built": true,
317
"alt": {
- "type": "ghtagtar",
318
- "repo": "alisw/GMP"
+ "type": "url",
319
+ "url": "https://dl.static-php.dev/static-php-cli/deps/gmp/gmp-6.3.0.tar.xz"
320
321
322
"type": "text",
0 commit comments