From 164b570f229d028fe4dd17dd883dadd7dd9a2991 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Tue, 25 Jun 2013 23:06:17 +1000 Subject: [PATCH] allow specifying architecture for install (won't work well with uninstall yet). Hashes for notepad2 --- notepad2.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/notepad2.json b/notepad2.json index b053a66c8e..77bbba56ef 100644 --- a/notepad2.json +++ b/notepad2.json @@ -3,8 +3,14 @@ "license": "BSD", "version": "4.2.25", "architecture": { - "64bit": { "url": "http://www.flos-freeware.ch/zip/notepad2_4.2.25_x64.zip" }, - "32bit": { "url": "http://www.flos-freeware.ch/zip/notepad2_4.2.25_x86.zip" } + "64bit": { + "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" } \ No newline at end of file