First sources.json draft

This commit is contained in:
Samuel Vasko 2014-02-24 17:55:34 +01:00
parent b30056c4b3
commit 83cd726a41
2 changed files with 19 additions and 0 deletions

2
.gitignore vendored
View File

@ -4,6 +4,8 @@
vendor/*
!vendor/*.md
!vendor/*.bat
!vendor/*.json
config/.history
Thumbs.db
*.exe

17
vendor/sources.json vendored Normal file
View File

@ -0,0 +1,17 @@
[
{
"name": "msysgit",
"version": "1.9.0-preview",
"url": "https://msysgit.googlecode.com/files/PortableGit-1.9.0-preview20140217.7z"
},
{
"name": "clink",
"version": "0.4",
"url": "https://github.com/mridgers/clink/releases/download/0.4/clink_0.4.zip"
},
{
"name": "conemu-maximus5",
"version": "140124",
"url": "http://www.fosshub.com/download/ConEmuPack.140124.7z"
}
]