From 79e6abb0fc3e8b9d67acf411ff1de06c2312508c Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Fri, 5 Jun 2015 22:33:22 -0700 Subject: [PATCH] carthage 0.7.4 Closes Homebrew/homebrew#40450. Signed-off-by: Xu Cheng --- Formula/carthage.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/carthage.rb b/Formula/carthage.rb index e7d3f07897..9c83f85f20 100644 --- a/Formula/carthage.rb +++ b/Formula/carthage.rb @@ -1,8 +1,8 @@ class Carthage < Formula desc "Decentralized dependency manager for Cocoa" homepage "https://github.com/Carthage/Carthage" - url "https://github.com/Carthage/Carthage.git", :tag => "0.7.3", - :revision => "ad8fba1a091ae493281ab44953f1e8ca4e6c0405", + url "https://github.com/Carthage/Carthage.git", :tag => "0.7.4-homebrew", + :revision => "199d3b3dfd5a5ce7aeb919eb9206b7faf1374e20", :shallow => false head "https://github.com/Carthage/Carthage.git", :shallow => false