Add gifsicle 1.89 (#2357)

This commit is contained in:
Simon Hartcher 2018-07-08 04:13:06 +10:00 committed by Ross Smith II
parent 10a0c729b6
commit 8637742b34

21
gifsicle.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "1.89",
"license": "LGPL-2.0-only",
"homepage": "http://www.lcdf.org/gifsicle/",
"architecture": {
"64bit": {
"url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-1.89-win64.zip",
"hash": "8c1fe58644fddc8fc1e3ccd97a048630f8e1e0df196931825dfbe5c3f93882f5",
"extract_dir": "gifsicle-1.89-win64"
},
"32bit": {
"url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-1.89-win32.zip",
"hash": "d9b2b29f383b5235be6c3518131febd55c1a4bb48cb39975cbac13e073094938",
"extract_dir": "gifsicle-1.89-win32"
}
},
"bin": [
"gifsicle.exe",
"gifdiff.exe"
]
}