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"