swiftlint 0.14.0
Closes #8003. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
87ddc3513e
commit
7505638154
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue