diff options
| author | Justin Spahr-Summers | 2015-02-13 14:37:20 -0800 |
|---|---|---|
| committer | Jack Nagel | 2015-02-13 22:46:58 -0500 |
| commit | 18bb1c0597342873e9da07ef711639d20ddfad63 (patch) | |
| tree | 0f1f4e4854261fda7663abfc92272d3c9cfd2aa4 /Library/Formula | |
| parent | e0a68bc42f978aa7a3250191039ad8c51e5fd3c3 (diff) | |
| download | homebrew-18bb1c0597342873e9da07ef711639d20ddfad63.tar.bz2 | |
carthage 0.6
https://github.com/Carthage/Carthage/releases/tag/0.6
Closes #36805.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/carthage.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/carthage.rb b/Library/Formula/carthage.rb index 3d6768ae8..f31a68526 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.3", + url "https://github.com/Carthage/Carthage.git", :tag => "0.6", :shallow => false head "https://github.com/Carthage/Carthage.git", :shallow => false |
