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