mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 05:51:19 +00:00
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
23 lines
621 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|