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"
|
||||
homepage "https://github.com/realm/SwiftLint"
|
||||
url "https://github.com/realm/SwiftLint.git",
|
||||
:tag => "0.18.1",
|
||||
:revision => "ab664127d5d32d9ddd655b2cc313abe528a66a42"
|
||||
:tag => "0.19.0",
|
||||
:revision => "0aa93380e7a7fb0ef5c5d516892a8a6f3941f304"
|
||||
head "https://github.com/realm/SwiftLint.git"
|
||||
|
||||
bottle do
|
||||
|
@ -12,13 +12,6 @@ class Swiftlint < Formula
|
|||
sha256 "1497b77e5c45890d620d45abf90b8dea7e81b78c1a90f7742a3d95f8c508485d" => :el_capitan
|
||||
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 => ["8.0", :build]
|
||||
|
||||
|
|
Loading…
Reference in a new issue