mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* Fix 150 license * Update * Update * Update cockroachdb.json See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt * Apply new rule * Change to unknown * Update tup.json * fix radare2 * Some fix * Some fix * Fix sliksvn * Fix sliksvn * Update imagemagick.json
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "1.8.11",
|
|
"description": "Optimizer for PNG (Portable Network Graphics) files.",
|
|
"homepage": "https://pmt.sourceforge.io/pngcrush/",
|
|
"license": {
|
|
"identifier": "Libpng,Zlib",
|
|
"url": "https://download.sourceforge.net/project/pmt/pngcrush/1.8.13/pngcrush-1.8.13-LICENSE.txt"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/pmt/pngcrush-executables/1.8.11/pngcrush_1_8_11_w64.exe#/pngcrush.exe",
|
|
"hash": "sha1:8980ee9b18c0545f61fc8b1156546b24ffa90db8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/pmt/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/",
|
|
"regex": "title=\"([0-9\\.]+)\""
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/pmt/pngcrush-executables/$version/pngcrush_$underscoreVersion_w64.exe#/pngcrush.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/pmt/pngcrush-executables/$version/pngcrush_$underscoreVersion_w32.exe#/pngcrush.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|