mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
Update xz version to 5.4.7 (#493)
* Update source.json * Add xz test --------- Co-authored-by: Jerry Ma <jesse2061@outlook.com>
This commit is contained in:
parent
0dc463ef2a
commit
2cfb672f4e
@ -718,7 +718,7 @@
|
|||||||
},
|
},
|
||||||
"xz": {
|
"xz": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://fossies.org/linux/misc/xz-5.4.6.tar.xz",
|
"url": "https://fossies.org/linux/misc/xz-5.4.7.tar.xz",
|
||||||
"license": {
|
"license": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "COPYING"
|
"path": "COPYING"
|
||||||
|
|||||||
@ -25,7 +25,7 @@ $extensions = match (PHP_OS_FAMILY) {
|
|||||||
|
|
||||||
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).
|
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).
|
||||||
$with_libs = match (PHP_OS_FAMILY) {
|
$with_libs = match (PHP_OS_FAMILY) {
|
||||||
'Linux', 'Darwin' => '',
|
'Linux', 'Darwin' => 'xz',
|
||||||
'Windows' => '',
|
'Windows' => '',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user