sourcekitten 0.19.1
Closes #23571. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
a64b1f0ef4
commit
4f51088e81
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ class Sourcekitten < Formula
|
|||
desc "Framework and command-line tool for interacting with SourceKit"
|
||||
homepage "https://github.com/jpsim/SourceKitten"
|
||||
url "https://github.com/jpsim/SourceKitten.git",
|
||||
:tag => "0.18.4",
|
||||
:revision => "71e8297e5d95118588f8aa8e1de892762346dc9d"
|
||||
:tag => "0.19.1",
|
||||
:revision => "e06eb730499439ae32c5fbb6f72809ebec2371fd"
|
||||
head "https://github.com/jpsim/SourceKitten.git"
|
||||
|
||||
bottle do
|
||||
|
@ -13,7 +13,7 @@ class Sourcekitten < Formula
|
|||
end
|
||||
|
||||
depends_on :xcode => ["6.0", :run]
|
||||
depends_on :xcode => ["8.3", :build]
|
||||
depends_on :xcode => ["9.0", :build]
|
||||
|
||||
def install
|
||||
system "make", "prefix_install", "PREFIX=#{prefix}", "TEMPORARY_FOLDER=#{buildpath}/SourceKitten.dst"
|
||||
|
|
Loading…
Reference in a new issue