mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
starting on self-update/versioning support
This commit is contained in:
parent
1770b1a9aa
commit
88ca08e450
@ -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"
|
||||
}
|
||||
5
git.json
5
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"] }
|
||||
}
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user