Update Homebrew formula for 1.4.0

This commit is contained in:
Ben Chatelain 2018-02-18 13:24:54 -07:00
parent a92df255f0
commit c12454220c

View file

@ -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",