diff options
| author | Justin Spahr-Summers | 2015-02-18 00:51:24 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-18 13:23:45 +0000 |
| commit | bba20d19af6413a51e9d8484ce7f664271615c8d (patch) | |
| tree | 14e59334520a236f3ee84db6da0b72ae64822fbf /Library/Formula | |
| parent | b3e3fd0a3b967f295166c0af8990e799208945bf (diff) | |
| download | homebrew-bba20d19af6413a51e9d8484ce7f664271615c8d.tar.bz2 | |
carthage 0.6.1
https://github.com/Carthage/Carthage/releases/tag/0.6.1
Closes #36925.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 7e55de19b..3691c67c1 100644 --- a/Library/Formula/carthage.rb +++ b/Library/Formula/carthage.rb @@ -1,6 +1,6 @@ class Carthage < Formula homepage "https://github.com/Carthage/Carthage" - url "https://github.com/Carthage/Carthage.git", :tag => "0.6", + url "https://github.com/Carthage/Carthage.git", :tag => "0.6.1", :shallow => false head "https://github.com/Carthage/Carthage.git", :shallow => false |
