From 7ec54a5863e29981a1a4150212e541f562930df1 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sat, 24 Feb 2018 19:01:10 -0700 Subject: [PATCH] Update copy of formula after bottles were built no el_capitan --- Homebrew/mas.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Homebrew/mas.rb b/Homebrew/mas.rb index 9ac372c..08383dc 100644 --- a/Homebrew/mas.rb +++ b/Homebrew/mas.rb @@ -3,14 +3,12 @@ class Mas < Formula homepage "https://github.com/mas-cli/mas" url "https://github.com/mas-cli/mas/archive/v1.4.1.tar.gz" sha256 "4fd91c13b46d403b52dbee3891adb3cd6571e07ad20cf58de0100c9f695e6c24" - revision 1 head "https://github.com/mas-cli/mas.git" bottle do cellar :any_skip_relocation - sha256 "2d03fa8338e5a75ab8c93e6318607654306d17df3e747586a903d014bb102032" => :high_sierra - sha256 "9d50b4a359bbb100c341fff41a3690aa0c855b6651a1ac93ef4f6e974b9a7cd4" => :sierra - sha256 "05f5b0166c716896da57f0db781ae3f818dd2fbe561099f288b847c777687970" => :el_capitan + sha256 "b7585ced3a93d60e95357e93d729913a6f628fda82359e77c6553c2e802c50dc" => :high_sierra + sha256 "af5be6aa9902d9cfc2aa69dbf313441a7c201463d516face721f900ceae9556b" => :sierra end depends_on :xcode => ["9.0", :build]