|
305 | 305 | "type": "ghtar", |
306 | 306 | "repo": "php/frankenphp", |
307 | 307 | "prefer-stable": true, |
308 | | - "provide-pre-built": false, |
309 | 308 | "license": { |
310 | 309 | "type": "file", |
311 | 310 | "path": "LICENSE" |
|
373 | 372 | "path": "LICENSE" |
374 | 373 | } |
375 | 374 | }, |
376 | | - "frankenphp": { |
377 | | - "type": "ghtar", |
378 | | - "repo": "php/frankenphp", |
379 | | - "prefer-stable": true, |
380 | | - "provide-pre-build": false, |
381 | | - "license": { |
382 | | - "type": "file", |
383 | | - "path": "LICENSE" |
384 | | - } |
385 | | - }, |
386 | 375 | "icu-static-win": { |
387 | 376 | "type": "url", |
388 | 377 | "url": "https://dl.static-php.dev/static-php-cli/deps/icu-static-windows-x64/icu-static-windows-x64.zip", |
|
441 | 430 | "path": "COPYING" |
442 | 431 | } |
443 | 432 | }, |
| 433 | + "krb5": { |
| 434 | + "type": "ghtagtar", |
| 435 | + "repo": "krb5/krb5", |
| 436 | + "match": "krb5.+-final", |
| 437 | + "prefer-stable": true, |
| 438 | + "license": { |
| 439 | + "type": "file", |
| 440 | + "path": "NOTICE" |
| 441 | + } |
| 442 | + }, |
444 | 443 | "ldap": { |
445 | 444 | "type": "filelist", |
446 | 445 | "url": "https://www.openldap.org/software/download/OpenLDAP/openldap-release/", |
|
599 | 598 | "path": "source/COPYING" |
600 | 599 | } |
601 | 600 | }, |
| 601 | + "libidn2": { |
| 602 | + "type": "filelist", |
| 603 | + "url": "https://ftp.gnu.org/gnu/libidn/", |
| 604 | + "regex": "/href=\"(?<file>libidn2-(?<version>[^\"]+)\\.tar\\.gz)\"/", |
| 605 | + "license": { |
| 606 | + "type": "file", |
| 607 | + "path": "COPYING" |
| 608 | + } |
| 609 | + }, |
602 | 610 | "libjpeg": { |
603 | 611 | "type": "ghtar", |
604 | 612 | "repo": "libjpeg-turbo/libjpeg-turbo", |
|
652 | 660 | "path": "LICENSE" |
653 | 661 | } |
654 | 662 | }, |
| 663 | + "libpsl": { |
| 664 | + "type": "ghrel", |
| 665 | + "repo": "rockdaboot/libpsl", |
| 666 | + "match": "libpsl.+\\.tar\\.gz", |
| 667 | + "prefer-stable": true, |
| 668 | + "license": { |
| 669 | + "type": "file", |
| 670 | + "path": "COPYING" |
| 671 | + } |
| 672 | + }, |
655 | 673 | "librabbitmq": { |
656 | 674 | "type": "git", |
657 | 675 | "url": "https://github.com/alanxz/rabbitmq-c.git", |
|
700 | 718 | "path": "LICENSE.md" |
701 | 719 | } |
702 | 720 | }, |
| 721 | + "libunistring": { |
| 722 | + "type": "filelist", |
| 723 | + "url": "https://ftp.gnu.org/gnu/libunistring/", |
| 724 | + "regex": "/href=\"(?<file>libunistring-(?<version>[^\"]+)\\.tar\\.gz)\"/", |
| 725 | + "license": { |
| 726 | + "type": "file", |
| 727 | + "path": "COPYING.LIB" |
| 728 | + } |
| 729 | + }, |
703 | 730 | "liburing": { |
704 | 731 | "type": "ghtar", |
705 | 732 | "repo": "axboe/liburing", |
|
1181 | 1208 | "path": "LICENSE" |
1182 | 1209 | } |
1183 | 1210 | }, |
1184 | | - "krb5": { |
1185 | | - "type": "ghtagtar", |
1186 | | - "repo": "krb5/krb5", |
1187 | | - "match": "krb5.+-final", |
1188 | | - "prefer-stable": true, |
1189 | | - "license": { |
1190 | | - "type": "file", |
1191 | | - "path": "NOTICE" |
1192 | | - } |
1193 | | - }, |
1194 | | - "libunistring": { |
1195 | | - "type": "filelist", |
1196 | | - "url": "https://ftp.gnu.org/gnu/libunistring/", |
1197 | | - "regex": "/href=\"(?<file>libunistring-(?<version>[^\"]+)\\.tar\\.gz)\"/", |
1198 | | - "prefer-stable": true, |
1199 | | - "license": { |
1200 | | - "type": "file", |
1201 | | - "path": "COPYING.LIB" |
1202 | | - } |
1203 | | - }, |
1204 | | - "libidn2": { |
1205 | | - "type": "filelist", |
1206 | | - "url": "https://ftp.gnu.org/gnu/libidn/", |
1207 | | - "regex": "/href=\"(?<file>libidn2-(?<version>[^\"]+)\\.tar\\.gz)\"/", |
1208 | | - "prefer-stable": true, |
1209 | | - "license": { |
1210 | | - "type": "file", |
1211 | | - "path": "COPYING" |
1212 | | - } |
1213 | | - }, |
1214 | | - "libpsl": { |
1215 | | - "type": "ghrel", |
1216 | | - "repo": "rockdaboot/libpsl", |
1217 | | - "match": "libpsl.+\\.tar\\.gz", |
1218 | | - "prefer-stable": true, |
1219 | | - "license": { |
1220 | | - "type": "file", |
1221 | | - "path": "COPYING" |
1222 | | - } |
1223 | | - }, |
1224 | 1211 | "zlib": { |
1225 | 1212 | "type": "ghrel", |
1226 | 1213 | "repo": "madler/zlib", |
|
0 commit comments