diff --git a/7zip.json b/7zip.json index e22a2fa063..105f68d64d 100644 --- a/7zip.json +++ b/7zip.json @@ -1,4 +1,7 @@ { + "homepage": "http://www.7-zip.org/", + "license": "http://www.7-zip.org/license.txt", + "version": "9.20", "url": "http://downloads.sourceforge.net/sevenzip/7za920.zip", "bin": "7za.exe" } \ No newline at end of file diff --git a/git.json b/git.json index 1052570ebd..799511be88 100644 --- a/git.json +++ b/git.json @@ -1,6 +1,9 @@ { + "homepage": "http://git-scm.com/", + "license": "GPL2", + "version": "1.8.3", "url": "https://msysgit.googlecode.com/files/Git-1.8.3-preview20130601.exe", - "installer": { "args": ["/verysilent", "/dir=\"$appdir\""] }, + "installer": { "args": ["/verysilent", "/dir=\"$dir\""] }, "bin": [ "cmd\\git.exe", "cmd\\gitk.cmd" ], "uninstaller": { "exe": "unins000.exe", "args": ["/verysilent"] } } \ No newline at end of file diff --git a/notepad2.json b/notepad2.json index 57d49e9ef8..6fd029b9e5 100644 --- a/notepad2.json +++ b/notepad2.json @@ -1,4 +1,7 @@ { + "homepage": "http://www.flos-freeware.ch/notepad2.html", + "license": "BSD", + "version": "4.2.25", "urls": { "64bit": "http://www.flos-freeware.ch/zip/notepad2_4.2.25_x64.zip", "32bit": "http://www.flos-freeware.ch/zip/notepad2_4.2.25_x86.zip"