aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJustin Spahr-Summers2015-02-07 23:04:22 -0800
committerMike McQuaid2015-02-08 14:59:05 +0000
commit3c6a27bfdca68e2c5d328f0c2a5dedd0c67bf755 (patch)
tree371cb31a89e59bd05e1fce9ba30012628e1e71af /Library/Formula
parent3a5f099297e9ab3b799af5f7a65edd8d64bc7bae (diff)
downloadhomebrew-3c6a27bfdca68e2c5d328f0c2a5dedd0c67bf755.tar.bz2
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 <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/carthage.rb5
1 files changed, 1 insertions, 4 deletions
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