diff options
| author | Justin Spahr-Summers | 2014-12-22 13:15:24 -0800 |
|---|---|---|
| committer | Jack Nagel | 2014-12-22 19:34:36 -0500 |
| commit | 74b90c80ad29f3c80ba35112b57716cafa7e4966 (patch) | |
| tree | 640596a296ba11bad30500ab590b86c2cce5595c /Library/Formula | |
| parent | b988640ffca4433a4d88cd9fbdc6061038bdfb3e (diff) | |
| download | homebrew-74b90c80ad29f3c80ba35112b57716cafa7e4966.tar.bz2 | |
Carthage 0.4
Closes #35198.
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 1b4952459..25d0aa0b8 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.3.1", + url "https://github.com/Carthage/Carthage.git", :tag => "0.4", :shallow => false head "https://github.com/Carthage/Carthage.git", :shallow => false |
