mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.95",
|
|
"description": "Command-line tool for creating, editing, and getting information about GIF images and animations",
|
|
"homepage": "https://www.lcdf.org/gifsicle/",
|
|
"license": "LGPL-2.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-1.95-win64.zip",
|
|
"hash": "7e47dd0bfd5ee47f911464c57faeed89a8709a7625dd1c449b16579889539ee8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-1.95-win32.zip",
|
|
"hash": "f31464e334b9fb83d4dc60a25bde7cfa35829564bc378c40f0d3c6350910256c"
|
|
}
|
|
},
|
|
"bin": [
|
|
"gifsicle.exe",
|
|
"gifdiff.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://eternallybored.org/misc/gifsicle/",
|
|
"regex": "Gifsicle ([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-$version-win64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-$version-win32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|