swiftlint 0.19.0
Closes #13945. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
9bdd7c2e90
commit
d0b728f6f5
1 changed files with 2 additions and 9 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.18.1",
|
:tag => "0.19.0",
|
||||||
:revision => "ab664127d5d32d9ddd655b2cc313abe528a66a42"
|
:revision => "0aa93380e7a7fb0ef5c5d516892a8a6f3941f304"
|
||||||
head "https://github.com/realm/SwiftLint.git"
|
head "https://github.com/realm/SwiftLint.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -12,13 +12,6 @@ class Swiftlint < Formula
|
||||||
sha256 "1497b77e5c45890d620d45abf90b8dea7e81b78c1a90f7742a3d95f8c508485d" => :el_capitan
|
sha256 "1497b77e5c45890d620d45abf90b8dea7e81b78c1a90f7742a3d95f8c508485d" => :el_capitan
|
||||||
end
|
end
|
||||||
|
|
||||||
devel do
|
|
||||||
url "https://github.com/realm/SwiftLint.git",
|
|
||||||
:tag => "0.19.0-rc.1",
|
|
||||||
:revision => "8ed4424a9a07f5ceae5aa7181f35f2d4f2579522"
|
|
||||||
version "0.19.0-rc.1"
|
|
||||||
end
|
|
||||||
|
|
||||||
depends_on :xcode => ["7.0", :run]
|
depends_on :xcode => ["7.0", :run]
|
||||||
depends_on :xcode => ["8.0", :build]
|
depends_on :xcode => ["8.0", :build]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue