diff --git a/Homebrew/mas.rb b/Homebrew/mas.rb index d400ec5..3bd9023 100644 --- a/Homebrew/mas.rb +++ b/Homebrew/mas.rb @@ -2,15 +2,14 @@ class Mas < Formula desc "Mac App Store command-line interface" homepage "https://github.com/mas-cli/mas" url "https://github.com/mas-cli/mas.git", - :tag => "v1.4.3", + :tag => "v1.4.3", :revision => "11a0e3e14e5a83aaaba193dfb6d18aa49a82b881" head "https://github.com/mas-cli/mas.git" bottle do - cellar :any_skip_relocation - sha256 "fb05286adfb9ab0a63a8027391647fb874fa810c07d412505f5bc7911139a3f2" => :mojave - sha256 "b7585ced3a93d60e95357e93d729913a6f628fda82359e77c6553c2e802c50dc" => :high_sierra - sha256 "af5be6aa9902d9cfc2aa69dbf313441a7c201463d516face721f900ceae9556b" => :sierra + cellar :any + sha256 "d3668e4d128dfc8e062adc30c543ded35e7726dd9e021696e32a97d484e465fd" => :mojave + sha256 "fc6658113d785a660e3f4d2e4e134ad02fe003ffa7d69271a2c53f503aaae726" => :high_sierra end depends_on "carthage" => :build @@ -29,11 +28,11 @@ class Mas < Formula system "carthage", "bootstrap", "--platform", "macOS" xcodebuild "install", - "-project", "mas-cli.xcodeproj", - "-scheme", "mas-cli Release", - "-configuration", "Release", - "OBJROOT=build", - "SYMROOT=build" + "-project", "mas-cli.xcodeproj", + "-scheme", "mas-cli Release", + "-configuration", "Release", + "OBJROOT=build", + "SYMROOT=build" system "script/install", prefix