mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-09-22 21:35:56 +00:00
pngcrush 1.8.1 multi-arch (#953)
* pngcrush 1.8.1 (32bit only, see #950) * pngcrush 1.8.1 multi-arch
This commit is contained in:
committed by
Luke Sampson
parent
b42c9f6870
commit
bc648f0510
@@ -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"]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user