ScoopInstaller_Main/bucket/gifsicle.json
2023-07-02 16:28:30 +00:00

39 lines
1.4 KiB
JSON

{
"version": "1.94",
"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.94-win64.zip",
"hash": "b3e3a9e0c8ade061b5b2ef13cad3d4ad57466400552a78ed285ed0c3f97a5141",
"extract_dir": "gifsicle-1.94"
},
"32bit": {
"url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-1.94-win32.zip",
"hash": "79b0d71d4bf9038a456060d4fc9ade176db234c22bbd6c5c46a9cf6bc41377c4",
"extract_dir": "gifsicle-1.94"
}
},
"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",
"extract_dir": "gifsicle-$version"
},
"32bit": {
"url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-$version-win32.zip",
"extract_dir": "gifsicle-$version"
}
}
}
}