diff options
| author | Justin Spahr-Summers | 2015-01-01 21:14:39 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-02 09:41:26 +0000 |
| commit | 451cbb180135fe270ee4a906b47e4b8d74659a6e (patch) | |
| tree | c16e2a6c5bbe4ee445324e1d16880dd5cb619283 /Library | |
| parent | cbfe2bb4d8ddd137a95dd23e0107a6e56f846580 (diff) | |
| download | homebrew-451cbb180135fe270ee4a906b47e4b8d74659a6e.tar.bz2 | |
carthage 0.5.1
https://github.com/Carthage/Carthage/releases/tag/0.5.1
Closes #35444.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -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 1467ab7c5..7f7929e0a 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", + url "https://github.com/Carthage/Carthage.git", :tag => "0.5.1", :shallow => false head "https://github.com/Carthage/Carthage.git", :shallow => false |
