From d9b98b8e40384b8c00eb2092bf9ec0cacaa780da Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Fri, 13 Dec 2019 18:02:23 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=BC=20Remove=20Result=20from=20formula?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Homebrew/mas--1.4.2.high_sierra.bottle.json | 24 --------------------- Homebrew/mas-tap.rb | 2 +- Homebrew/mas.rb | 2 +- 3 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 Homebrew/mas--1.4.2.high_sierra.bottle.json diff --git a/Homebrew/mas--1.4.2.high_sierra.bottle.json b/Homebrew/mas--1.4.2.high_sierra.bottle.json deleted file mode 100644 index 0f57e06..0000000 --- a/Homebrew/mas--1.4.2.high_sierra.bottle.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "mas": { - "formula": { - "pkg_version": "1.4.2", - "path": "Library/Taps/homebrew/homebrew-core/Formula/mas.rb" - }, - "bottle": { - "root_url": "https://homebrew.bintray.com/bottles", - "prefix": "/usr/local", - "cellar": "any_skip_relocation", - "rebuild": 0, - "tags": { - "high_sierra": { - "filename": "mas-1.4.2.high_sierra.bottle.tar.gz", - "sha256": "caaea8c47a2507a9fcd2d070f5b74822d9ce2903aa39fd7adafaab0bea9a7f8e" - } - } - }, - "bintray": { - "package": "mas", - "repository": "bottles" - } - } -} diff --git a/Homebrew/mas-tap.rb b/Homebrew/mas-tap.rb index 1a3caab..72c9dac 100644 --- a/Homebrew/mas-tap.rb +++ b/Homebrew/mas-tap.rb @@ -30,7 +30,7 @@ class Mas < Formula ENV["XCODE_XCCONFIG_FILE"] = xcconfig # Only build necessary dependencies (Commandant, Result) - system "carthage", "bootstrap", "--platform", "macOS", "Commandant", "Result" + system "carthage", "bootstrap", "--platform", "macOS", "Commandant" system "script/install", prefix bash_completion.install "contrib/completion/mas-completion.bash" => "mas" diff --git a/Homebrew/mas.rb b/Homebrew/mas.rb index 57b8474..3b16aee 100644 --- a/Homebrew/mas.rb +++ b/Homebrew/mas.rb @@ -27,7 +27,7 @@ class Mas < Formula ENV["XCODE_XCCONFIG_FILE"] = xcconfig # Only build necessary dependencies (Commandant, Result) - system "carthage", "bootstrap", "--platform", "macOS", "Commandant", "Result" + system "carthage", "bootstrap", "--platform", "macOS", "Commandant" system "script/install", prefix bash_completion.install "contrib/completion/mas-completion.bash" => "mas"