From ffc714c0fbf0e9c720d3105efe87b14159a3010b Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Thu, 25 Dec 2014 14:53:03 -0800 Subject: [PATCH] carthage 0.5 https://github.com/Carthage/Carthage/releases/tag/0.5 Closes Homebrew/homebrew#35262. Signed-off-by: Mike McQuaid --- Formula/carthage.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/carthage.rb b/Formula/carthage.rb index bdb0235ed3..3bfe3d41ca 100644 --- a/Formula/carthage.rb +++ b/Formula/carthage.rb @@ -2,7 +2,7 @@ require "formula" class Carthage < Formula homepage "https://github.com/Carthage/Carthage" - url "https://github.com/Carthage/Carthage.git", :tag => "0.4", + url "https://github.com/Carthage/Carthage.git", :tag => "0.5", :shallow => false head "https://github.com/Carthage/Carthage.git", :shallow => false