lzip: Update to version 1.22 (#4593)

* (chore): fix lzip checkver

* lzip: Update to version 1.22
This commit is contained in:
Zarin 2023-03-24 07:19:11 -04:00 committed by GitHub
parent 13abe2cc6b
commit d3197ade70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,19 +1,26 @@
{ {
"version": "1.20", "version": "1.22",
"description": "Lzip is a lossless data compressor with a user interface similar to the one of gzip or bzip2", "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", "homepage": "https://www.nongnu.org/lzip/lzip.html",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"url": "https://download.savannah.gnu.org/releases/lzip/lzip-1.20-w32.zip", "architecture": {
"hash": "7ef27ab008377f6d96793b450391efee0a8682ca056a9fe688b264be92637271", "64bit": {
"extract_dir": "lzip-1.20-w32", "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", "bin": "bin\\lzip.exe",
"checkver": { "checkver": {
"url": "https://download.savannah.gnu.org/releases/lzip/", "url": "https://download.savannah.gnu.org/releases/lzip/?C=N&O=D",
"regex": "lzip-([\\d.]+)-w32\\.zip", "regex": "lzip-([\\d.]+)-w64\\.zip"
"reverse": true
}, },
"autoupdate": { "autoupdate": {
"url": "https://download.savannah.gnu.org/releases/lzip/lzip-$version-w32.zip", "architecture": {
"extract_dir": "lzip-$version-w32" "64bit": {
"url": "https://download.savannah.gnu.org/releases/lzip/lzip-$version-w64.zip",
"extract_dir": "lzip-$version-w64"
}
}
} }
} }