carthage 0.5
https://github.com/Carthage/Carthage/releases/tag/0.5 Closes Homebrew/homebrew#35262. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
e20defd8c2
commit
ffc714c0fb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require "formula"
|
||||||
|
|
||||||
class Carthage < Formula
|
class Carthage < Formula
|
||||||
homepage "https://github.com/Carthage/Carthage"
|
homepage "https://github.com/Carthage/Carthage"
|
||||||
url "https://github.com/Carthage/Carthage.git", :tag => "0.4",
|
url "https://github.com/Carthage/Carthage.git", :tag => "0.5",
|
||||||
:shallow => false
|
:shallow => false
|
||||||
head "https://github.com/Carthage/Carthage.git", :shallow => false
|
head "https://github.com/Carthage/Carthage.git", :shallow => false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue