From 1eb4e89a0145f4224309cb8cbc742356e73f098d Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Thu, 4 Jan 2018 23:59:50 -0500 Subject: [PATCH] Update optipng to version 0.7.7 (#1942) Update optipng to version 0.7.7 --- optipng.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/optipng.json b/optipng.json index 1b100a41c0..76fecf990f 100644 --- a/optipng.json +++ b/optipng.json @@ -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" + } }