fix: xz download (#495)

* fix: xz download

* zx -> xz
This commit is contained in:
Kévin Dunglas 2024-07-04 10:31:33 +02:00 committed by GitHub
parent ab948dedaf
commit 3e077543a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -717,8 +717,10 @@
} }
}, },
"xz": { "xz": {
"type": "url", "type": "ghrel",
"url": "https://fossies.org/linux/misc/xz-5.4.7.tar.xz", "repo": "tukaani-project/xz",
"match": "xz.+\\.tar\\.xz",
"prefer-stable": true,
"license": { "license": {
"type": "file", "type": "file",
"path": "COPYING" "path": "COPYING"