mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 13:51:19 +00:00
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:
parent
7bbd775b52
commit
10134f19d3
@ -1,14 +1,22 @@
|
||||
{
|
||||
"version": "1.7.1",
|
||||
"version": "1.7.2",
|
||||
"description": "GIF encoder based on libimagequant (pngquant).",
|
||||
"homepage": "https://gif.ski",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"url": "https://gif.ski/gifski-1.7.1.zip",
|
||||
"hash": "2cc9cdaa7dfcf3e02779dd653cc9ce1552f5f54861cf3eccab7f75668c312903",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://gif.ski/gifski-1.7.2.zip",
|
||||
"hash": "14391c3978b3581f36568c86f0631cbbd188563629ad18b1624bc09f25a1e95e"
|
||||
}
|
||||
},
|
||||
"extract_dir": "win",
|
||||
"bin": "gifski.exe",
|
||||
"checkver": "For Windows.*?gifski-([\\d.]+)\\.zip",
|
||||
"checkver": "gifski-([\\d.]+)\\.zip",
|
||||
"autoupdate": {
|
||||
"url": "https://gif.ski/gifski-$version.zip"
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://gif.ski/gifski-$version.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user