sourcekitten 0.21.0

Closes #26958.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
JP Simard 2018-04-22 20:20:57 -07:00 committed by ilovezfs
parent 4f66111d39
commit e0c9481e29

View file

@ -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.20.0",
:revision => "b6b10419ee439167ba6f7bd928ad30754ff5eb5d"
:tag => "0.21.0",
:revision => "7c09176766d4bbc5da377ad857953fb49510a6aa"
head "https://github.com/jpsim/SourceKitten.git"
bottle do
@ -16,6 +16,8 @@ class Sourcekitten < Formula
depends_on :xcode => ["9.0", :build]
def install
ENV["CC"] = Utils.popen_read("xcrun -find clang").chomp # rdar://40724445
system "make", "prefix_install", "PREFIX=#{prefix}", "TEMPORARY_FOLDER=#{buildpath}/SourceKitten.dst"
end