diff --git a/Formula/swiftlint.rb b/Formula/swiftlint.rb index 43af6ffd68..4f5707264b 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.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"