🍺 Update formula

https://github.com/Homebrew/homebrew-core/pull/24294
This commit is contained in:
Ben Chatelain 2018-02-18 19:22:30 -07:00
parent c12454220c
commit 10108596d0

View file

@ -1,8 +1,8 @@
class Mas < Formula class Mas < Formula
desc "Mac App Store command-line interface" desc "Mac App Store command-line interface"
homepage "https://github.com/mas-cli/mas" homepage "https://github.com/mas-cli/mas"
url "https://github.com/mas-cli/mas/archive/v1.4.0.tar.gz" url "https://github.com/mas-cli/mas/archive/v1.4.1.tar.gz"
sha256 "9fe07103c285ea69db1cdf527c6c8def5732c028d7014313a04bb0cf5b6c2302" sha256 "4fd91c13b46d403b52dbee3891adb3cd6571e07ad20cf58de0100c9f695e6c24"
revision 1 revision 1
head "https://github.com/mas-cli/mas.git" head "https://github.com/mas-cli/mas.git"
@ -17,7 +17,7 @@ class Mas < Formula
def install def install
xcodebuild "-project", "mas-cli.xcodeproj", xcodebuild "-project", "mas-cli.xcodeproj",
"-scheme", "mas-cli", "-scheme", "mas-cli Release",
"-configuration", "Release", "-configuration", "Release",
"SYMROOT=build" "SYMROOT=build"
bin.install "build/mas" bin.install "build/mas"