Skip to content

Commit

Permalink
swiftformat 0.31.0
Browse files Browse the repository at this point in the history
Closes #21026.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
nicklockwood authored and ilovezfs committed Nov 25, 2017
1 parent 05f37a6 commit d617026
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/swiftformat.rb
@@ -1,8 +1,8 @@
class Swiftformat < Formula
desc "Formatting tool for reformatting Swift code"
homepage "https://github.com/nicklockwood/SwiftFormat"
url "https://github.com/nicklockwood/SwiftFormat/archive/0.30.2.tar.gz"
sha256 "aac89f3f66b0a8f9ca683e368a2df29b1f45012c3bfb1a5523adb94e45e526aa"
url "https://github.com/nicklockwood/SwiftFormat/archive/0.31.0.tar.gz"
sha256 "e4d0b982bd41585848cb4ba6c011604967f4898726b2d6f2596be3f50ac546b1"

head "https://github.com/nicklockwood/SwiftFormat.git", :shallow => false

Expand All @@ -13,7 +13,7 @@ class Swiftformat < Formula
sha256 "76984598c5f080202bf53e59b27f8b45b27f0ed7caa1a70e82089c24e811f017" => :el_capitan
end

depends_on :xcode => ["8.0", :build]
depends_on :xcode => ["9.0", :build]

def install
xcodebuild "-project",
Expand Down

0 comments on commit d617026

Please sign in to comment.