-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspec.json
More file actions
99 lines (99 loc) · 3.74 KB
/
Copy pathspec.json
File metadata and controls
99 lines (99 loc) · 3.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"schema": 1,
"php": {
"version": "8.4.23",
"source": "php-src"
},
"builder": {
"name": "static-php-cli",
"version": "2.8.5",
"assets": {
"linux-x86_64": {
"url": "https://github.com/crazywhalecc/static-php-cli/releases/download/2.8.5/spc-linux-x86_64.tar.gz",
"sha256": "523ba4279c54c7a377156c0dd3a36adf92ee64b01e9a7f5e9e2ec084b8e458e5",
"spcTarget": "native-native-musl"
},
"linux-aarch64": {
"url": "https://github.com/crazywhalecc/static-php-cli/releases/download/2.8.5/spc-linux-aarch64.tar.gz",
"sha256": "675a3840dcdc4ed041fe20eaa54310ce019a9984c1c03951df9ec66df5795213",
"spcTarget": "native-native-musl"
},
"macos-x86_64": {
"url": "https://github.com/crazywhalecc/static-php-cli/releases/download/2.8.5/spc-macos-x86_64.tar.gz",
"sha256": "e8b798048f62ca4960764196543b60ae703f7174aa418824cf542aeec1d2cd6a",
"spcTarget": "native-macos"
},
"macos-aarch64": {
"url": "https://github.com/crazywhalecc/static-php-cli/releases/download/2.8.5/spc-macos-aarch64.tar.gz",
"sha256": "acf2f25d56d0cbf8e65aa82e5054fef555f7be7c5c38046c6e0819f266d83225",
"spcTarget": "native-macos"
},
"windows-x86_64": {
"url": "https://github.com/crazywhalecc/static-php-cli/releases/download/2.8.5/spc-windows-x64.exe",
"sha256": "425b54ab857e21409c1fd9b818899ffebabd1e2817ef0a0ed5ae8a3d9f5b463b",
"spcTarget": "native-windows"
}
}
},
"extensions": {
"common": [
"phar",
"iconv",
"zlib"
],
"unix": [
"pcntl",
"posix"
]
},
"sources": {
"zlib": {
"url": "https://github.com/madler/zlib/releases/download/v1.3.2/zlib-1.3.2.tar.gz",
"sha256": "bb329a0a2cd0274d05519d61c667c062e06990d72e125ee2dfa8de64f0119d16",
"runtime": true
},
"micro": {
"url": "https://github.com/static-php/phpmicro/archive/fb6d497b6f4cf138ee3851a30c905d64b7b19aed.tar.gz",
"sha256": "810548718d9e54e8003f569b393399bdb4adf3a6bc59ef9af55b6f6931b34215",
"runtime": false
},
"frankenphp": {
"url": "https://github.com/php/frankenphp/archive/refs/tags/v1.12.6.tar.gz",
"sha256": "e29359a516049d337b8dee0ae2573caff6c39fa73537e3a68a065deaf98f372a",
"runtime": false
},
"php-src": {
"url": "https://www.php.net/distributions/php-8.4.23.tar.xz",
"sha256": "1ab9f52008414e43bb2427ffa288eff2a4de39e1a830f957e800ba368d887a72",
"runtime": true
},
"libiconv": {
"url": "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.19.tar.gz",
"sha256": "88dd96a8c0464eca144fc791ae60cd31cd8ee78321e67397e25fc095c4a19aa6",
"runtime": true,
"targets": [
"linux-x86_64",
"linux-aarch64",
"macos-x86_64",
"macos-aarch64"
]
},
"libiconv-win": {
"url": "https://github.com/static-php/libiconv-win/archive/822b5aaf1ce02cab8d3c4589a22c02d408c9c519.tar.gz",
"sha256": "b805c26ecb85e4b1d828878e656ea385c58eb2db8a1f789f6d3388d6cd4cec69",
"runtime": true,
"targets": [
"windows-x86_64"
]
}
},
"capabilities": [
"cli",
"filesystem",
"hash",
"iconv",
"json",
"phar",
"process"
]
}