🎨🍼 Update formula with bottle hashes

Formatted by brew-test-bot
This commit is contained in:
Ben Chatelain 2018-11-17 19:31:14 -07:00 committed by GitHub
parent ede7fc8019
commit b8098182f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,15 +2,14 @@ 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.git", url "https://github.com/mas-cli/mas.git",
:tag => "v1.4.3", :tag => "v1.4.3",
:revision => "11a0e3e14e5a83aaaba193dfb6d18aa49a82b881" :revision => "11a0e3e14e5a83aaaba193dfb6d18aa49a82b881"
head "https://github.com/mas-cli/mas.git" head "https://github.com/mas-cli/mas.git"
bottle do bottle do
cellar :any_skip_relocation cellar :any
sha256 "fb05286adfb9ab0a63a8027391647fb874fa810c07d412505f5bc7911139a3f2" => :mojave sha256 "d3668e4d128dfc8e062adc30c543ded35e7726dd9e021696e32a97d484e465fd" => :mojave
sha256 "b7585ced3a93d60e95357e93d729913a6f628fda82359e77c6553c2e802c50dc" => :high_sierra sha256 "fc6658113d785a660e3f4d2e4e134ad02fe003ffa7d69271a2c53f503aaae726" => :high_sierra
sha256 "af5be6aa9902d9cfc2aa69dbf313441a7c201463d516face721f900ceae9556b" => :sierra
end end
depends_on "carthage" => :build depends_on "carthage" => :build
@ -29,11 +28,11 @@ class Mas < Formula
system "carthage", "bootstrap", "--platform", "macOS" system "carthage", "bootstrap", "--platform", "macOS"
xcodebuild "install", xcodebuild "install",
"-project", "mas-cli.xcodeproj", "-project", "mas-cli.xcodeproj",
"-scheme", "mas-cli Release", "-scheme", "mas-cli Release",
"-configuration", "Release", "-configuration", "Release",
"OBJROOT=build", "OBJROOT=build",
"SYMROOT=build" "SYMROOT=build"
system "script/install", prefix system "script/install", prefix