carthage 0.16.2
Closes #276. Signed-off-by: Andrew Janke <andrew@apjanke.net>
This commit is contained in:
parent
a22826bf99
commit
6507793be4
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.16.1",
|
||||
:revision => "382911a127d29d6119d8512834a0bb77c58f2ebc",
|
||||
url "https://github.com/Carthage/Carthage.git", :tag => "0.16.2",
|
||||
:revision => "6f8ab38665f181bb0f49a96c160b3bcd0affb5c9",
|
||||
:shallow => false
|
||||
head "https://github.com/Carthage/Carthage.git", :shallow => false
|
||||
|
||||
|
|
Loading…
Reference in a new issue