From 3c6a27bfdca68e2c5d328f0c2a5dedd0c67bf755 Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Sat, 7 Feb 2015 23:04:22 -0800 Subject: carthage 0.5.3 Also, the `make clean` step can now be removed, per https://github.com/Carthage/Carthage/pull/284#issuecomment-70677079. Closes #36646. Signed-off-by: Mike McQuaid --- Library/Formula/carthage.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/carthage.rb b/Library/Formula/carthage.rb index fcd0e1e1d..b47cfd22a 100644 --- a/Library/Formula/carthage.rb +++ b/Library/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.5.2", + url "https://github.com/Carthage/Carthage.git", :tag => "0.5.3", :shallow => false head "https://github.com/Carthage/Carthage.git", :shallow => false @@ -20,9 +20,6 @@ class Carthage < Formula cp_r cached_download/".git", "." system "make", "prefix_install", "PREFIX=#{prefix}" - - # Carthage puts some stuff in /tmp so clean it up after we're done. - system "make", "clean" end test do -- cgit v1.2.3