diff options
| author | Justin Spahr-Summers | 2014-12-25 14:53:03 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-25 23:41:28 +0000 |
| commit | 8d70d481236df124de436c03bafed6c50677f79b (patch) | |
| tree | 8ef685d63ca3c738d3cede776416e74d8fcd4461 /Library/Formula | |
| parent | 2badc8651f3b773061be8f37be1fe75301724b8a (diff) | |
| download | homebrew-8d70d481236df124de436c03bafed6c50677f79b.tar.bz2 | |
carthage 0.5
https://github.com/Carthage/Carthage/releases/tag/0.5
Closes #35262.
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 bdb0235ed..3bfe3d41c 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.4", + url "https://github.com/Carthage/Carthage.git", :tag => "0.5", :shallow => false head "https://github.com/Carthage/Carthage.git", :shallow => false |
