mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +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": {
|
||||
"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": {
|
||||
"type": "file",
|
||||
"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`).
|
||||
$with_libs = match (PHP_OS_FAMILY) {
|
||||
'Linux', 'Darwin' => '',
|
||||
'Linux', 'Darwin' => 'xz',
|
||||
'Windows' => '',
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user