From 3bd0fe517f7ea83a892c03dde9f7907deedb5afe Mon Sep 17 00:00:00 2001 From: Jack Bennett Date: Wed, 26 Feb 2014 16:41:30 +0000 Subject: [PATCH] Need to use an optional `package` field; incase url's that don't put the file in the url. --- vendor/sources.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vendor/sources.json b/vendor/sources.json index ad69df5..73dd7e0 100644 --- a/vendor/sources.json +++ b/vendor/sources.json @@ -12,6 +12,7 @@ { "name": "conemu-maximus5", "version": "140124", - "url": "http://www.fosshub.com/download/ConEmuPack.140124.7z" + "url": "http://conemu.codeplex.com/downloads/get/782952", + "package": "ConEmuPack.140124.7z" } ] \ No newline at end of file