From c12454220c96b27f047676e99a4959e80228d13d Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 18 Feb 2018 13:24:54 -0700 Subject: [PATCH] Update Homebrew formula for 1.4.0 --- Homebrew/mas.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Homebrew/mas.rb b/Homebrew/mas.rb index 79c0702..86db412 100644 --- a/Homebrew/mas.rb +++ b/Homebrew/mas.rb @@ -1,8 +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" + url "https://github.com/mas-cli/mas/archive/v1.4.0.tar.gz" + sha256 "9fe07103c285ea69db1cdf527c6c8def5732c028d7014313a04bb0cf5b6c2302" revision 1 head "https://github.com/mas-cli/mas.git" @@ -13,7 +13,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",