From 4a7ae4c575e69bb2e4840c28c679de7ee6561125 Mon Sep 17 00:00:00 2001 From: Martin Lindhe Date: Mon, 11 Jul 2016 09:00:59 +0200 Subject: [PATCH] pngcrush 1.8.1 multi-arch (#953) * pngcrush 1.8.1 (32bit only, see #950) * pngcrush 1.8.1 multi-arch --- pngcrush.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pngcrush.json diff --git a/pngcrush.json b/pngcrush.json new file mode 100644 index 0000000000..ab7cae04f0 --- /dev/null +++ b/pngcrush.json @@ -0,0 +1,21 @@ +{ + "homepage": "http://pmt.sourceforge.net/pngcrush/", + "version": "1.8.1", + "license": "libpng", + "architecture": { + "64bit": { + "url": "http://downloads.sourceforge.net/project/pmt/pngcrush-executables/1.8.1/pngcrush_1_8.1_w64.exe", + "hash": "0cc84c2e6d3311297e3e0a3919197b3df136f10944442b81185921393aa9d9f8", + "bin": [ + ["pngcrush_1_8.1_w64.exe", "pngcrush"] + ] + }, + "32bit": { + "url": "http://downloads.sourceforge.net/project/pmt/pngcrush-executables/1.8.1/pngcrush_1_8.1_w32.exe", + "hash": "19d037e4a63143c5dcd03935304e2e0d5b4446b7ff9f19daef60b5c7b866dc66", + "bin": [ + ["pngcrush_1_8.1_w32.exe", "pngcrush"] + ] + } + } +}