gifsicle: Update to version 1.92 (#172)

* gifsicle: Update to version 1.92

* Add checkver and autoupdate

* Add description and run `.\bin\checkver.ps1 gifsicle -f` to recalculate hashes

* Replace with the correct file
This commit is contained in:
i-give-up 2019-06-23 23:05:34 +08:00 committed by Ross Smith II
parent 52b34da423
commit ef41a92e2a

View File

@ -1,21 +1,38 @@
{
"version": "1.89",
"version": "1.92",
"license": "LGPL-2.0-only",
"homepage": "http://www.lcdf.org/gifsicle/",
"description": "Command-line tool for creating, editing, and getting information about GIF images and animations",
"architecture": {
"64bit": {
"url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-1.89-win64.zip",
"hash": "8c1fe58644fddc8fc1e3ccd97a048630f8e1e0df196931825dfbe5c3f93882f5",
"extract_dir": "gifsicle-1.89-win64"
"url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-1.92-win64.zip",
"hash": "de06320f02a1aa5330a084a0d7d1aeae370ec0ce51992bef64881b0ebcabaff9",
"extract_dir": "gifsicle-1.92"
},
"32bit": {
"url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-1.89-win32.zip",
"hash": "d9b2b29f383b5235be6c3518131febd55c1a4bb48cb39975cbac13e073094938",
"extract_dir": "gifsicle-1.89-win32"
"url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-1.92-win32.zip",
"hash": "f857433178044be987e328715919b73613254d7bb8452038d492921cf6e92e63",
"extract_dir": "gifsicle-1.92"
}
},
"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"
}
}
}
}