Update optipng to version 0.7.7 (#1942)

Update optipng to version 0.7.7
This commit is contained in:
Brandon Smith 2018-01-04 23:59:50 -05:00 committed by Richard Kuhnt
parent 67010fe8a2
commit 1eb4e89a01

View File

@ -1,10 +1,14 @@
{
"homepage": "http://optipng.sourceforge.net/",
"version": "0.7.6",
"version": "0.7.7",
"license": "zlib",
"url": "https://sourceforge.net/projects/optipng/files/OptiPNG/optipng-0.7.6/optipng-0.7.6-win32.zip",
"hash": "0012ec30ee5292e1fd19e0f8c45de4cc291fb5872c5bc83355c17e0b6ce662f7",
"extract_dir": "optipng-0.7.6-win32",
"url": "https://sourceforge.net/projects/optipng/files/OptiPNG/optipng-0.7.7/optipng-0.7.7-win32.zip",
"hash": "sha1:2a1484d27bf63c7a15c3494eea95a2c804f5bdbc",
"extract_dir": "optipng-0.7.7-win32",
"bin": "optipng.exe",
"checkver": "([\\d.]+)<\\/b><\\/font> \\(stable\\)"
"checkver": "([\\d.]+)<\\/b><\\/font> \\(stable\\)",
"autoupdate": {
"url": "https://sourceforge.net/projects/optipng/files/OptiPNG/optipng-$version/optipng-$version-win32.zip",
"extract_dir": "optipng-$version-win32"
}
}