diff options
| author | Justin Spahr-Summers | 2015-01-15 12:14:10 -0800 |
|---|---|---|
| committer | Jack Nagel | 2015-01-15 17:41:58 -0500 |
| commit | e03bf549c5ea80aa77aff9641f1d7797607882e5 (patch) | |
| tree | 60c907b94dd7335201b9232154ff60ee58583882 /Library | |
| parent | e7db4f9a8a06c5e0f6354f2300a28b24e0733732 (diff) | |
| download | homebrew-e03bf549c5ea80aa77aff9641f1d7797607882e5.tar.bz2 | |
carthage 0.5.2
https://github.com/Carthage/Carthage/releases/tag/0.5.2
Closes #35911.
Signed-off-by: Jack Nagel <jacknagel@gmail.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 dc7cbb155..3b5690cb2 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.1", + url "https://github.com/Carthage/Carthage.git", :tag => "0.5.2", :shallow => false head "https://github.com/Carthage/Carthage.git", :shallow => false |
