mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
27 lines
929 B
JSON
27 lines
929 B
JSON
{
|
|
"version": "1.22",
|
|
"description": "Lzip is a lossless data compressor with a user interface similar to the one of gzip or bzip2",
|
|
"homepage": "https://www.nongnu.org/lzip/lzip.html",
|
|
"license": "GPL-2.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.savannah.gnu.org/releases/lzip/lzip-1.22-w64.zip",
|
|
"hash": "f151296c5389327ec800ee3ef8125549308b098c3c14e4d44c55f47b04ad6e63",
|
|
"extract_dir": "lzip-1.22-w64"
|
|
}
|
|
},
|
|
"bin": "bin\\lzip.exe",
|
|
"checkver": {
|
|
"url": "https://download.savannah.gnu.org/releases/lzip/?C=N&O=D",
|
|
"regex": "lzip-([\\d.]+)-w64\\.zip"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.savannah.gnu.org/releases/lzip/lzip-$version-w64.zip",
|
|
"extract_dir": "lzip-$version-w64"
|
|
}
|
|
}
|
|
}
|
|
}
|