swiftlint 0.14.0

Closes #8003.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
JP Simard 2016-12-18 18:12:56 -08:00 committed by Tomasz Pajor
parent 87ddc3513e
commit 7505638154

View file

@ -2,8 +2,8 @@ class Swiftlint < Formula
desc "Tool to enforce Swift style and conventions"
homepage "https://github.com/realm/SwiftLint"
url "https://github.com/realm/SwiftLint.git",
:tag => "0.13.2",
:revision => "aa82da8443b43a0a783e93908588379a990529cf"
:tag => "0.14.0",
:revision => "7e7576e9f34bf170ad8f6fd043c3031e9ebbecd4"
head "https://github.com/realm/SwiftLint.git"
bottle do
@ -12,7 +12,7 @@ class Swiftlint < Formula
sha256 "0352beb89305e2b9b71e68579bed8fb317271d7673a8ab6504d906e12d3d3071" => :el_capitan
end
depends_on :xcode => "7.3"
depends_on :xcode => "8.0"
def install
system "make", "prefix_install", "PREFIX=#{prefix}", "TEMPORARY_FOLDER=#{buildpath}/SwiftLint.dst"