|
126 | 126 | }, |
127 | 127 | "ext-event": { |
128 | 128 | "type": "url", |
129 | | - "url": "https://bitbucket.org/osmanov/pecl-event/get/3.0.8.tar.gz", |
| 129 | + "url": "https://bitbucket.org/osmanov/pecl-event/get/3.1.4.tar.gz", |
130 | 130 | "path": "php-src/ext/event", |
131 | 131 | "license": { |
132 | 132 | "type": "file", |
133 | 133 | "path": "LICENSE" |
134 | 134 | } |
135 | 135 | }, |
| 136 | + "ext-excimer": { |
| 137 | + "type": "url", |
| 138 | + "url": "https://pecl.php.net/get/excimer", |
| 139 | + "path": "php-src/ext/excimer", |
| 140 | + "filename": "excimer.tgz", |
| 141 | + "license": { |
| 142 | + "type": "file", |
| 143 | + "path": "LICENSE" |
| 144 | + } |
| 145 | + }, |
136 | 146 | "ext-glfw": { |
137 | 147 | "type": "git", |
138 | 148 | "url": "https://github.com/mario-deluna/php-glfw", |
|
151 | 161 | "path": "LICENSE" |
152 | 162 | } |
153 | 163 | }, |
| 164 | + "ext-grpc": { |
| 165 | + "type": "url", |
| 166 | + "url": "https://pecl.php.net/get/grpc", |
| 167 | + "path": "php-src/ext/grpc", |
| 168 | + "filename": "grpc.tgz", |
| 169 | + "license": { |
| 170 | + "type": "file", |
| 171 | + "path": [ |
| 172 | + "LICENSE" |
| 173 | + ] |
| 174 | + } |
| 175 | + }, |
154 | 176 | "ext-imagick": { |
155 | 177 | "type": "url", |
156 | 178 | "url": "https://pecl.php.net/get/imagick", |
|
670 | 692 | } |
671 | 693 | }, |
672 | 694 | "libpng": { |
673 | | - "type": "git", |
674 | | - "url": "https://github.com/glennrp/libpng.git", |
675 | | - "rev": "libpng16", |
| 695 | + "type": "ghtagtar", |
| 696 | + "repo": "pnggroup/libpng", |
| 697 | + "match": "v1\\.6\\.\\d+", |
| 698 | + "query": "?per_page=150", |
676 | 699 | "provide-pre-built": true, |
677 | 700 | "license": { |
678 | 701 | "type": "file", |
679 | 702 | "path": "LICENSE" |
680 | 703 | } |
681 | 704 | }, |
682 | 705 | "librabbitmq": { |
683 | | - "type": "git", |
684 | | - "url": "https://github.com/alanxz/rabbitmq-c.git", |
685 | | - "rev": "master", |
| 706 | + "type": "ghtar", |
| 707 | + "repo": "alanxz/rabbitmq-c", |
| 708 | + "prefer-stable": true, |
686 | 709 | "license": { |
687 | 710 | "type": "file", |
688 | 711 | "path": "LICENSE" |
|
699 | 722 | "libsodium": { |
700 | 723 | "type": "ghrel", |
701 | 724 | "repo": "jedisct1/libsodium", |
702 | | - "match": "libsodium-\\d+(\\.\\d+)*\\.tar\\.gz", |
| 725 | + "match": "libsodium-(?!1\\.0\\.21)\\d+(\\.\\d+)*\\.tar\\.gz", |
703 | 726 | "prefer-stable": true, |
704 | 727 | "provide-pre-built": true, |
705 | 728 | "license": { |
|
771 | 794 | ] |
772 | 795 | }, |
773 | 796 | "libwebp": { |
774 | | - "type": "url", |
775 | | - "url": "https://github.com/webmproject/libwebp/archive/refs/tags/v1.3.2.tar.gz", |
| 797 | + "type": "ghtagtar", |
| 798 | + "repo": "webmproject/libwebp", |
| 799 | + "match": "v1\\.\\d+\\.\\d+$", |
776 | 800 | "provide-pre-built": true, |
777 | 801 | "license": { |
778 | 802 | "type": "file", |
779 | 803 | "path": "COPYING" |
780 | 804 | } |
781 | 805 | }, |
782 | 806 | "libxml2": { |
783 | | - "type": "url", |
784 | | - "url": "https://github.com/GNOME/libxml2/archive/refs/tags/v2.12.5.tar.gz", |
| 807 | + "type": "ghtagtar", |
| 808 | + "repo": "GNOME/libxml2", |
| 809 | + "match": "v2\\.\\d+\\.\\d+$", |
| 810 | + "provide-pre-built": false, |
785 | 811 | "license": { |
786 | 812 | "type": "file", |
787 | 813 | "path": "Copyright" |
|
868 | 894 | "path": "LICENSE" |
869 | 895 | } |
870 | 896 | }, |
| 897 | + "mysqlnd_ed25519": { |
| 898 | + "type": "pie", |
| 899 | + "repo": "mariadb/mysqlnd_ed25519", |
| 900 | + "path": "php-src/ext/mysqlnd_ed25519", |
| 901 | + "license": { |
| 902 | + "type": "file", |
| 903 | + "path": "LICENSE" |
| 904 | + } |
| 905 | + }, |
| 906 | + "mysqlnd_parsec": { |
| 907 | + "type": "pie", |
| 908 | + "repo": "mariadb/mysqlnd_parsec", |
| 909 | + "path": "php-src/ext/mysqlnd_parsec", |
| 910 | + "license": { |
| 911 | + "type": "file", |
| 912 | + "path": "LICENSE" |
| 913 | + } |
| 914 | + }, |
871 | 915 | "ncurses": { |
872 | 916 | "type": "filelist", |
873 | 917 | "url": "https://ftp.gnu.org/pub/gnu/ncurses/", |
|
1169 | 1213 | } |
1170 | 1214 | }, |
1171 | 1215 | "xdebug": { |
1172 | | - "type": "url", |
1173 | | - "url": "https://pecl.php.net/get/xdebug", |
1174 | | - "filename": "xdebug.tgz", |
| 1216 | + "type": "pie", |
| 1217 | + "repo": "xdebug/xdebug", |
1175 | 1218 | "license": { |
1176 | 1219 | "type": "file", |
1177 | 1220 | "path": "LICENSE" |
|
0 commit comments