ScoopInstaller_Main/pngcrush.json
2017-11-19 23:06:50 +01:00

33 lines
1.2 KiB
JSON

{
"homepage": "http://pmt.sourceforge.net/pngcrush/",
"version": "1.8.11",
"license": "libpng",
"architecture": {
"64bit": {
"url": "https://sourceforge.net/projects/pmt/files/pngcrush-executables/1.8.11/pngcrush_1_8_11_w64.exe#/pngcrush.exe",
"hash": "sha1:8980ee9b18c0545f61fc8b1156546b24ffa90db8"
},
"32bit": {
"url": "https://sourceforge.net/projects/pmt/files/pngcrush-executables/1.8.11/pngcrush_1_8_11_w32.exe#/pngcrush.exe",
"hash": "sha1:ce02f50fa3d82f0d5464f28ac78d3ecee10c5f58"
}
},
"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"
}
}
}
}