gifski: Update to version 0.9.1

This commit is contained in:
Richard Kuhnt 2019-09-16 07:01:14 +00:00
parent 6d279b83bf
commit 802937b9e6

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://gif.ski", "homepage": "https://gif.ski",
"version": "0.8.5", "version": "0.9.1",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"description": "GIF encoder based on libimagequant (pngquant).", "description": "GIF encoder based on libimagequant (pngquant).",
"url": "https://github.com/ImageOptim/gifski/releases/download/0.8.5/gifski-0.8.5.tar.xz", "url": "https://gif.ski/gifski-0.9.1.zip",
"hash": "e804b79866df8360e86a7028a20f7c75652699e4cf6a9090088046187eaf4ecf", "hash": "aa755c393dc0877a02edb4bda70c06427fd03f6629985a55ea4c0b2186baecaf",
"extract_dir": "win", "extract_dir": "win",
"bin": "gifski.exe", "bin": "gifski.exe",
"checkver": { "checkver": {
"github": "https://github.com/ImageOptim/gifski/" "github": "https://github.com/ImageOptim/gifski/"
}, },
"autoupdate":{ "autoupdate": {
"url": "https://gif.ski/gifski-$version.zip" "url": "https://gif.ski/gifski-$version.zip"
} }
} }