diff --git a/Formula/swiftlint.rb b/Formula/swiftlint.rb index ea47d9dd77..c7f0fcca88 100644 --- a/Formula/swiftlint.rb +++ b/Formula/swiftlint.rb @@ -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]