From 6b5bf6037b2c9dcc2ab8f53496254615863f19a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my?= Date: Sun, 12 Mar 2017 19:18:49 +0100 Subject: [PATCH] update pngcrush 1.8.11 / optimize manifest and add autoupdate --- pngcrush.json | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/pngcrush.json b/pngcrush.json index 2cd72204e2..e7a735fa55 100644 --- a/pngcrush.json +++ b/pngcrush.json @@ -1,25 +1,32 @@ { "homepage": "http://pmt.sourceforge.net/pngcrush/", - "version": "1.8.10", + "version": "1.8.11", "license": "libpng", "architecture": { "64bit": { - "url": "https://sourceforge.net/projects/pmt/files/pngcrush-executables/1.8.10/pngcrush_1_8_10_w64.exe", - "hash": "9BC5D5143B7BFED2C17B7488C1E7DFE5213E5B17A1054CE7CF943544AABC28A8", - "bin": [ - ["pngcrush_1_8_10_w64.exe", "pngcrush"] - ] + "url": "https://sourceforge.net/projects/pmt/files/pngcrush-executables/1.8.11/pngcrush_1_8_11_w64.exe#/pngcrush.exe", + "hash": "196f868188f2393dbea39d331402c7b0debc5192e30cd0185fd32c0739bfdb65" }, "32bit": { - "url": "https://sourceforge.net/projects/pmt/files/pngcrush-executables/1.8.10/pngcrush_1_8_10_w32.exe", - "hash": "38ED3649B057C2463540FEB3834D96F38C6A0CE07F8DE30F7AFEF995D603108D", - "bin": [ - ["pngcrush_1_8_10_w32.exe", "pngcrush"] - ] + "url": "https://sourceforge.net/projects/pmt/files/pngcrush-executables/1.8.11/pngcrush_1_8_11_w32.exe#/pngcrush.exe", + "hash": "5fc06c1ba24aca793e7ef648b6dd3c5b2572e235e1ff13c64c23810adfdc2f50" } }, + "bin": [ + "pngcrush.exe" + ], "checkver": { "url": "https://sourceforge.net/projects/pmt/files/pngcrush-executables/", "re": "title=\"([0-9\\.]+)\"" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://sourceforge.net/projects/pmt/files/pngcrush-executables/$version/pngcrush_$underscoreVersion_w64.exe#/pngcrush.exe" + }, + "32bit": { + "url": "https://sourceforge.net/projects/pmt/files/pngcrush-executables/$version/pngcrush_$underscoreVersion_w32.exe#/pngcrush.exe" + } + } } }