mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 04:50:24 +00:00
Update Homebrew formula for 1.4.0
This commit is contained in:
parent
a92df255f0
commit
c12454220c
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue