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