diff options
| author | Justin Spahr-Summers | 2015-04-06 22:39:53 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-07 09:32:51 +0100 |
| commit | 318ccbeb5aef1f50d63d8971aa60b6c89e70285c (patch) | |
| tree | cf90f2efecbe303950c8aee7579fe01166dbda60 /Library/Formula | |
| parent | d2d930017a1d3772b929a993fdadedac483d41a5 (diff) | |
| download | homebrew-318ccbeb5aef1f50d63d8971aa60b6c89e70285c.tar.bz2 | |
carthage 0.6.4
https://github.com/Carthage/Carthage/releases/tag/0.6.4
Closes #38423.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/carthage.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/carthage.rb b/Library/Formula/carthage.rb index 7b3ad6363..e3cdb3bd1 100644 --- a/Library/Formula/carthage.rb +++ b/Library/Formula/carthage.rb @@ -1,7 +1,7 @@ class Carthage < Formula homepage "https://github.com/Carthage/Carthage" - url "https://github.com/Carthage/Carthage.git", :tag => "0.6.3", - :revision => "cd6d4237d77c22559a8f6dc92c09ef297be91ea5", + url "https://github.com/Carthage/Carthage.git", :tag => "0.6.4", + :revision => "fb67bc83840ca886c5b4a7fac069f08fba147431", :shallow => false head "https://github.com/Carthage/Carthage.git", :shallow => false |
