carthage 0.11
https://github.com/Carthage/Carthage/releases/tag/0.11 Closes Homebrew/homebrew#46560. Signed-off-by: Andrew Janke <andrew@apjanke.net>
This commit is contained in:
parent
ea78f85434
commit
4e89a151e2
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Carthage < Formula
|
||||
desc "Decentralized dependency manager for Cocoa"
|
||||
homepage "https://github.com/Carthage/Carthage"
|
||||
url "https://github.com/Carthage/Carthage.git", :tag => "0.10",
|
||||
:revision => "f27cc938b4b8bf9bdd20498c3cc0000346cd9c91",
|
||||
url "https://github.com/Carthage/Carthage.git", :tag => "0.11",
|
||||
:revision => "38cafc2b60df1d4a6d22cd26bdad865d46012414",
|
||||
:shallow => false
|
||||
head "https://github.com/Carthage/Carthage.git", :shallow => false
|
||||
|
||||
|
|
Loading…
Reference in a new issue