tech189 10134f19d3 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
2022-08-30 22:45:08 +01:00

23 lines
621 B
JSON

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