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:
DimitriyB 2024-07-01 09:32:17 +03:00 committed by GitHub
parent 0dc463ef2a
commit 2cfb672f4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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' => '',
};