From 5755ca2be45d53d7ca6ad0a056be286c304d0b9e Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Fri, 16 Feb 2018 21:46:32 -0800 Subject: [PATCH] mas 1.4.0 requires Xcode 9 now Closes #24235. Signed-off-by: ilovezfs --- Formula/mas.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Formula/mas.rb b/Formula/mas.rb index 79c07029c9..a6eb5e559b 100644 --- a/Formula/mas.rb +++ b/Formula/mas.rb @@ -1,9 +1,8 @@ class Mas < Formula desc "Mac App Store command-line interface" homepage "https://github.com/mas-cli/mas" - url "https://github.com/mas-cli/mas/archive/v1.3.1.tar.gz" - sha256 "9326058c9e572dd38df644313307805757d7ea6dfea8626e0f41c373ecbd46b5" - revision 1 + url "https://github.com/mas-cli/mas/archive/v1.4.0.tar.gz" + sha256 "9fe07103c285ea69db1cdf527c6c8def5732c028d7014313a04bb0cf5b6c2302" head "https://github.com/mas-cli/mas.git" bottle do @@ -13,7 +12,7 @@ class Mas < Formula sha256 "05f5b0166c716896da57f0db781ae3f818dd2fbe561099f288b847c777687970" => :el_capitan end - depends_on :xcode => ["8.0", :build] + depends_on :xcode => ["9.0", :build] def install xcodebuild "-project", "mas-cli.xcodeproj",