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": {
"type": "url",
"url": "https://fossies.org/linux/misc/xz-5.4.7.tar.xz",
"type": "ghrel",
"repo": "tukaani-project/xz",
"match": "xz.+\\.tar\\.xz",
"prefer-stable": true,
"license": {
"type": "file",
"path": "COPYING"