From 750563815421da9d802bbd81055562b2edb1d847 Mon Sep 17 00:00:00 2001 From: JP Simard Date: Sun, 18 Dec 2016 18:12:56 -0800 Subject: [PATCH] swiftlint 0.14.0 Closes #8003. Signed-off-by: Tomasz Pajor --- Formula/swiftlint.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"