carthage 0.7.4
Closes Homebrew/homebrew#40450. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
16d077e95b
commit
79e6abb0fc
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.7.3",
|
||||
:revision => "ad8fba1a091ae493281ab44953f1e8ca4e6c0405",
|
||||
url "https://github.com/Carthage/Carthage.git", :tag => "0.7.4-homebrew",
|
||||
:revision => "199d3b3dfd5a5ce7aeb919eb9206b7faf1374e20",
|
||||
:shallow => false
|
||||
head "https://github.com/Carthage/Carthage.git", :shallow => false
|
||||
|
||||
|
|
Loading…
Reference in a new issue