Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit e4012aa

Browse files
committed
Sync config files from main
1 parent 8efc431 commit e4012aa

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

docs/.vitepress/config/pre-built.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"repo": "static-php/static-php-cli-hosted",
3+
"match-pattern": "{name}-{arch}-{os}.tgz",
4+
"pack-config": {}
5+
}

docs/.vitepress/config/source.json

+16
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"type": "ghrel",
4848
"repo": "curl/curl",
4949
"match": "curl.+\\.tar\\.xz",
50+
"prefer-stable": true,
5051
"license": {
5152
"type": "file",
5253
"path": "COPYING"
@@ -194,6 +195,7 @@
194195
"type": "ghrel",
195196
"repo": "unicode-org/icu",
196197
"match": "icu4c.+-src\\.tgz",
198+
"prefer-stable": true,
197199
"license": {
198200
"type": "file",
199201
"path": "LICENSE"
@@ -266,6 +268,7 @@
266268
"type": "ghrel",
267269
"repo": "c-ares/c-ares",
268270
"match": "c-ares-.+\\.tar\\.gz",
271+
"prefer-stable": true,
269272
"alt": {
270273
"type": "filelist",
271274
"url": "https://c-ares.org/download/",
@@ -280,6 +283,7 @@
280283
"type": "ghrel",
281284
"repo": "libevent/libevent",
282285
"match": "libevent.+\\.tar\\.gz",
286+
"prefer-stable": true,
283287
"license": {
284288
"type": "file",
285289
"path": "LICENSE"
@@ -289,6 +293,7 @@
289293
"type": "ghrel",
290294
"repo": "libffi/libffi",
291295
"match": "libffi.+\\.tar\\.gz",
296+
"prefer-stable": true,
292297
"license": {
293298
"type": "file",
294299
"path": "LICENSE"
@@ -333,6 +338,7 @@
333338
"type": "ghrel",
334339
"repo": "lz4/lz4",
335340
"match": "lz4-.+\\.tar\\.gz",
341+
"prefer-stable": true,
336342
"license": {
337343
"type": "file",
338344
"path": "LICENSE"
@@ -369,6 +375,7 @@
369375
"type": "ghrel",
370376
"repo": "jedisct1/libsodium",
371377
"match": "libsodium-\\d+(\\.\\d+)*\\.tar\\.gz",
378+
"prefer-stable": true,
372379
"license": {
373380
"type": "file",
374381
"path": "LICENSE"
@@ -378,6 +385,7 @@
378385
"type": "ghrel",
379386
"repo": "libssh2/libssh2",
380387
"match": "libssh2.+\\.tar\\.gz",
388+
"prefer-stable": true,
381389
"license": {
382390
"type": "file",
383391
"path": "COPYING"
@@ -444,6 +452,7 @@
444452
"type": "ghrel",
445453
"repo": "yaml/libyaml",
446454
"match": "yaml-.+\\.tar\\.gz",
455+
"prefer-stable": true,
447456
"license": {
448457
"type": "file",
449458
"path": "License"
@@ -453,6 +462,7 @@
453462
"type": "ghrel",
454463
"repo": "nih-at/libzip",
455464
"match": "libzip.+\\.tar\\.xz",
465+
"prefer-stable": true,
456466
"license": {
457467
"type": "file",
458468
"path": "LICENSE"
@@ -483,6 +493,7 @@
483493
"repo": "mongodb/mongo-php-driver",
484494
"path": "php-src/ext/mongodb",
485495
"match": "mongodb.+\\.tgz",
496+
"prefer-stable": true,
486497
"license": {
487498
"type": "file",
488499
"path": "LICENSE"
@@ -501,6 +512,7 @@
501512
"type": "ghrel",
502513
"repo": "nghttp2/nghttp2",
503514
"match": "nghttp2.+\\.tar\\.xz",
515+
"prefer-stable": true,
504516
"license": {
505517
"type": "file",
506518
"path": "COPYING"
@@ -510,6 +522,7 @@
510522
"type": "ghrel",
511523
"repo": "kkos/oniguruma",
512524
"match": "onig-.+\\.tar\\.gz",
525+
"prefer-stable": true,
513526
"license": {
514527
"type": "file",
515528
"path": "COPYING"
@@ -649,6 +662,7 @@
649662
"type": "ghtar",
650663
"path": "php-src/ext/swoole",
651664
"repo": "swoole/swoole-src",
665+
"prefer-stable": true,
652666
"license": {
653667
"type": "file",
654668
"path": "LICENSE"
@@ -734,6 +748,7 @@
734748
"type": "ghrel",
735749
"repo": "madler/zlib",
736750
"match": "zlib.+\\.tar\\.gz",
751+
"prefer-stable": true,
737752
"license": {
738753
"type": "text",
739754
"text": "(C) 1995-2022 Jean-loup Gailly and Mark Adler\n\nThis software is provided 'as-is', without any express or implied\nwarranty. In no event will the authors be held liable for any damages\narising from the use of this software.\n\nPermission is granted to anyone to use this software for any purpose,\nincluding commercial applications, and to alter it and redistribute it\nfreely, subject to the following restrictions:\n\n1. The origin of this software must not be misrepresented; you must not\n claim that you wrote the original software. If you use this software\n in a product, an acknowledgment in the product documentation would be\n appreciated but is not required.\n2. Altered source versions must be plainly marked as such, and must not be\n misrepresented as being the original software.\n3. This notice may not be removed or altered from any source distribution.\n\nJean-loup Gailly Mark Adler\n[email protected] [email protected]"
@@ -743,6 +758,7 @@
743758
"type": "ghrel",
744759
"repo": "facebook/zstd",
745760
"match": "zstd.+\\.tar\\.gz",
761+
"prefer-stable": true,
746762
"license": {
747763
"type": "file",
748764
"path": "LICENSE"

0 commit comments

Comments
 (0)