diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/carthage.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/carthage.rb b/Library/Formula/carthage.rb index dd2051009..454adc8cb 100644 --- a/Library/Formula/carthage.rb +++ b/Library/Formula/carthage.rb @@ -1,6 +1,7 @@ class Carthage < Formula homepage "https://github.com/Carthage/Carthage" - url "https://github.com/Carthage/Carthage.git", :tag => "0.6.2", + url "https://github.com/Carthage/Carthage.git", :tag => "0.6.3", + :revision => "cd6d4237d77c22559a8f6dc92c09ef297be91ea5", :shallow => false head "https://github.com/Carthage/Carthage.git", :shallow => false |
