mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"description": "XZ Utils is free general-purpose data compression software with a high compression ratio.",
|
|
"homepage": "https://tukaani.org/xz/",
|
|
"license": {
|
|
"identifier": "LGPL-2.1-only,GPL-2.0-only,GPL-3.0-only,Public Domain",
|
|
"url": "https://git.tukaani.org/?p=xz.git;a=blob;f=COPYING"
|
|
},
|
|
"version": "5.2.4",
|
|
"url": "https://tukaani.org/xz/xz-5.2.4-windows.zip",
|
|
"hash": "9a5163623f435b6fa0844b6b884babd6bf4f8d876ae2d8134deeb296afd49c61",
|
|
"architecture": {
|
|
"64bit": {
|
|
"bin": [
|
|
"bin_x86-64\\lzmadec.exe",
|
|
"bin_x86-64\\lzmainfo.exe",
|
|
"bin_x86-64\\xz.exe",
|
|
"bin_x86-64\\xzdec.exe"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"bin": [
|
|
"bin_i686\\lzmadec.exe",
|
|
"bin_i686\\lzmainfo.exe",
|
|
"bin_i686\\xz.exe",
|
|
"bin_i686\\xzdec.exe"
|
|
]
|
|
}
|
|
},
|
|
"checkver": "<h3>Stable<\\/h3>\\s+<p>\\s+([\\d.]+) was released",
|
|
"autoupdate": {
|
|
"url": "https://tukaani.org/xz/xz-$version-windows.zip"
|
|
}
|
|
}
|