mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
parent
c12454220c
commit
10108596d0
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue