gifski: Update to version 1.7.2, fix checkver

Fixed checkver as website layout changed slightly

Added 64bit architecture block as GifSki never released as 32bit, see https://github.com/ImageOptim/gifski/issues/189#issuecomment-893318703
This commit is contained in:
tech189 2022-08-30 22:45:08 +01:00
parent 7bbd775b52
commit 10134f19d3

View File

@ -1,14 +1,22 @@
{ {
"version": "1.7.1", "version": "1.7.2",
"description": "GIF encoder based on libimagequant (pngquant).", "description": "GIF encoder based on libimagequant (pngquant).",
"homepage": "https://gif.ski", "homepage": "https://gif.ski",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"url": "https://gif.ski/gifski-1.7.1.zip", "architecture": {
"hash": "2cc9cdaa7dfcf3e02779dd653cc9ce1552f5f54861cf3eccab7f75668c312903", "64bit": {
"url": "https://gif.ski/gifski-1.7.2.zip",
"hash": "14391c3978b3581f36568c86f0631cbbd188563629ad18b1624bc09f25a1e95e"
}
},
"extract_dir": "win", "extract_dir": "win",
"bin": "gifski.exe", "bin": "gifski.exe",
"checkver": "For Windows.*?gifski-([\\d.]+)\\.zip", "checkver": "gifski-([\\d.]+)\\.zip",
"autoupdate": { "autoupdate": {
"architecture": {
"64bit": {
"url": "https://gif.ski/gifski-$version.zip" "url": "https://gif.ski/gifski-$version.zip"
} }
} }
}
}