allow specifying architecture for install (won't work well with uninstall yet). Hashes for notepad2

This commit is contained in:
Luke Sampson 2013-06-25 23:06:17 +10:00
parent 15bf40a335
commit 164b570f22

View File

@ -3,8 +3,14 @@
"license": "BSD", "license": "BSD",
"version": "4.2.25", "version": "4.2.25",
"architecture": { "architecture": {
"64bit": { "url": "http://www.flos-freeware.ch/zip/notepad2_4.2.25_x64.zip" }, "64bit": {
"32bit": { "url": "http://www.flos-freeware.ch/zip/notepad2_4.2.25_x86.zip" } "url": "http://www.flos-freeware.ch/zip/notepad2_4.2.25_x64.zip",
"hash": { "sha256": "37a62f7e891335a1e671f444cefe761fcd814a2fa1a3141fe2501d8433d8920b" }
},
"32bit": {
"url": "http://www.flos-freeware.ch/zip/notepad2_4.2.25_x86.zip",
"hash": { "sha256": "c87a20d6953fd3c33475dd7391e7e0dd7dde1faca6b86c7478bd009ae65eace5" }
}
}, },
"bin": "Notepad2.exe" "bin": "Notepad2.exe"
} }