Zarin d3197ade70
lzip: Update to version 1.22 (#4593)
* (chore): fix lzip checkver

* lzip: Update to version 1.22
2023-03-24 16:49:11 +05:30

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