ScoopInstaller_Main/pngcrush.json
Mark Diehr 7f29c679d4 Update pngcrush manifest to version 1.8.6 (#1031)
Version 1.8.4 was moved to an old_versions directory so this manifest wasn't functioning any more.

Updated urls to those from here: https://sourceforge.net/projects/pmt/files/pngcrush-executables/1.8.6/
Used sha1 hash as listed on sourceforge.
2016-09-15 09:21:20 +10:00

22 lines
748 B
JSON

{
"homepage": "http://pmt.sourceforge.net/pngcrush/",
"version": "1.8.6",
"license": "libpng",
"architecture": {
"64bit": {
"url": "http://downloads.sourceforge.net/project/pmt/pngcrush-executables/1.8.6/pngcrush_1_8_6_w64.exe",
"hash": "sha1:d27e9498ee805ff3d32f4c58a5fc9e5c8efa2cc8",
"bin": [
["pngcrush_1_8_6_w64.exe", "pngcrush"]
]
},
"32bit": {
"url": "http://downloads.sourceforge.net/project/pmt/pngcrush-executables/1.8.6/pngcrush_1_8_6_w32.exe",
"hash": "sha1:d40781b68b4bded69400169c5e97157e17e2683a",
"bin": [
["pngcrush_1_8_6_w32.exe", "pngcrush"]
]
}
}
}