From a30f811fd5d1e00f8f3b1042aaa9a0453995a47d Mon Sep 17 00:00:00 2001 From: Matt Diephouse Date: Sun, 31 Jan 2016 20:15:57 -0500 Subject: [PATCH] carthage 0.12 Closes Homebrew/homebrew#48693. Signed-off-by: Mike McQuaid --- Formula/carthage.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/carthage.rb b/Formula/carthage.rb index 4c1999f82f3d4..506145f947849 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.11", - :revision => "38cafc2b60df1d4a6d22cd26bdad865d46012414", + url "https://github.com/Carthage/Carthage.git", :tag => "0.12", + :revision => "3b615ca1e6df2d3a531f9c579cbbd6fa8a7c8fbc", :shallow => false head "https://github.com/Carthage/Carthage.git", :shallow => false