Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install Chromium without --no-quarantine #112986

Closed
4 of 6 tasks
zakini opened this issue Oct 20, 2021 · 5 comments
Closed
4 of 6 tasks

Can't install Chromium without --no-quarantine #112986

zakini opened this issue Oct 20, 2021 · 5 comments
Labels

Comments

@zakini
Copy link
Contributor

zakini commented Oct 20, 2021

Description of issue

Opening Chromium after installing via brew brings up the following:
Screenshot 2021-10-20 at 17 04 20

This goes away if I install it with the --no-quarantine flag, but from reading other issues that's apparently not an ideal solution

Command that failed

brew reinstall chromium --no-quarantine (this doesn't fail though)

Output of command with --verbose --debug

Click to expand

==> Cask::Installer#reinstall
==> Cask::Installer#install
==> Printing caveats
==> Cask::Installer#fetch
==> Downloading https://commondatastorage.googleapis.com/chromium-browser-snapshots/Mac_Arm/932296/chrome-mac.zip
/opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie-jar /dev/null --globoff --show-error --user-agent Homebrew/3.2.17-63-g5a5a8d5\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 11.5.2\)\ curl/7.64.1 --header Accept-Language:\ en --retry 3 --location --silent --head --request GET https://commondatastorage.googleapis.com/chromium-browser-snapshots/Mac_Arm/932296/chrome-mac.zip
Already downloaded: /Users/josh/Library/Caches/Homebrew/downloads/571cb03af5c6f4f38fed0165b09826574f454a64492a6ea24d7458ff8765e8f6--chrome-mac.zip
==> Checking quarantine support
/usr/bin/xattr -h
/usr/bin/swift /opt/homebrew/Library/Homebrew/cask/utils/quarantine.swift
==> Quarantine is available.
==> Verifying Gatekeeper status of /Users/josh/Library/Caches/Homebrew/downloads/571cb03af5c6f4f38fed0165b09826574f454a64492a6ea24d7458ff8765e8f6--chrome-mac.zip
/usr/bin/xattr -p com.apple.quarantine /Users/josh/Library/Caches/Homebrew/downloads/571cb03af5c6f4f38fed0165b09826574f454a64492a6ea24d7458ff8765e8f6--chrome-mac.zip
==> /Users/josh/Library/Caches/Homebrew/downloads/571cb03af5c6f4f38fed0165b09826574f454a64492a6ea24d7458ff8765e8f6--chrome-mac.zip is not quarantined
==> Verifying checksum for cask 'chromium'
hdiutil imageinfo -format /Users/josh/Library/Caches/Homebrew/downloads/571cb03af5c6f4f38fed0165b09826574f454a64492a6ea24d7458ff8765e8f6--chrome-mac.zip
zipinfo -1 /Users/josh/Library/Caches/Homebrew/downloads/571cb03af5c6f4f38fed0165b09826574f454a64492a6ea24d7458ff8765e8f6--chrome-mac.zip
==> Uninstalling Cask chromium
==> Uninstalling artifacts
==> 4 artifacts defined
#, @source="cask \"chromium\" do\n  arch = Hardware::CPU.intel? ? \"Mac\" : \"Mac_Arm\"\n\n  version \"932296\"\n\n  url \"https://commondatastorage.googleapis.com/chromium-browser-snapshots/\#{arch}/\#{version}/chrome-mac.zip\",\n      verified: \"commondatastorage.googleapis.com/chromium-browser-snapshots/\"\n  if Hardware::CPU.intel?\n    sha256 \"f73b5d3ad83efb55eee4b3b508d0f6a70d2a7b48d66ce1a541ac45098b5bb0d3\"\n  else\n    sha256 \"312893ee6e27ecd5fd71a6eab89fd46ef4d4e22a300332bbf7c6a20b5bcec090\"\n  end\n\n  name \"Chromium\"\n  desc \"Free and open-source web browser\"\n  homepage \"https://www.chromium.org/Home\"\n\n  livecheck do\n    url \"https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/\#{arch}%2FLAST_CHANGE?alt=media\"\n    regex(/v?(\\d+(?:\\.\\d+)*)/i)\n  end\n\n  conflicts_with cask: [\n    \"eloston-chromium\",\n    \"freesmug-chromium\",\n  ]\n\n  app \"chrome-mac/Chromium.app\"\n  # shim script (https://github.com/Homebrew/homebrew-cask/issues/18809)\n  shimscript = \"\#{staged_path}/chromium.wrapper.sh\"\n  binary shimscript, target: \"chromium\"\n\n  preflight do\n    File.write shimscript, <<~EOS\n      #!/bin/sh\n      exec '\#{appdir}/Chromium.app/Contents/MacOS/Chromium' \"$@\"\n    EOS\n  end\n\n  zap trash: [\n    \"~/Library/Application Support/Chromium\",\n    \"~/Library/Caches/Chromium\",\n    \"~/Library/Preferences/org.chromium.Chromium.plist\",\n    \"~/Library/Saved Application State/org.chromium.Chromium.savedState\",\n  ]\nend\n", @tap=nil, @block=#, @default_config=#, @caskroom_path=#, @metadata_main_container_path=#, @config=#["en-GB"], :appdir=>#, :colorpickerdir=>#, :prefpanedir=>#, :qlplugindir=>#, :mdimporterdir=>#, :dictionarydir=>#, :fontdir=>#, :servicedir=>#, :input_methoddir=>#, :internet_plugindir=>#, :audio_unit_plugindir=>#, :vst_plugindir=>#, :vst3_plugindir=>#, :screen_saverdir=>#}, @env={}, @binarydir=#>, @dsl=#, @token="chromium", @version="932296", @url=#, @verified="commondatastorage.googleapis.com/chromium-browser-snapshots/", @using=nil, @tag=nil, @branch=nil, @revisions=nil, @revision=nil, @trust_cert=nil, @cookies=nil, @referer=nil, @header=nil, @user_agent=:default, @data=nil, @specs={:verified=>"commondatastorage.googleapis.com/chromium-browser-snapshots/", :user_agent=>:default}>, @sha256=#, @name=["Chromium"], @desc="Free and open-source web browser", @homepage="https://www.chromium.org/Home", @livecheck=#, @referenced_cask_name=nil, @referenced_formula_name=nil, @regex=/v?(\d+(?:\.\d+)*)/i, @skip=false, @skip_msg=nil, @strategy=nil, @url="https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Mac_Arm%2FLAST_CHANGE?alt=media">, @livecheckable=true, @conflicts_with={:cask=>#}, @artifacts=#, @staged_path=#, @language_eval=nil>>, @directives={:preflight=>#}>, #, @source="cask \"chromium\" do\n  arch = Hardware::CPU.intel? ? \"Mac\" : \"Mac_Arm\"\n\n  version \"932296\"\n\n  url \"https://commondatastorage.googleapis.com/chromium-browser-snapshots/\#{arch}/\#{version}/chrome-mac.zip\",\n      verified: \"commondatastorage.googleapis.com/chromium-browser-snapshots/\"\n  if Hardware::CPU.intel?\n    sha256 \"f73b5d3ad83efb55eee4b3b508d0f6a70d2a7b48d66ce1a541ac45098b5bb0d3\"\n  else\n    sha256 \"312893ee6e27ecd5fd71a6eab89fd46ef4d4e22a300332bbf7c6a20b5bcec090\"\n  end\n\n  name \"Chromium\"\n  desc \"Free and open-source web browser\"\n  homepage \"https://www.chromium.org/Home\"\n\n  livecheck do\n    url \"https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/\#{arch}%2FLAST_CHANGE?alt=media\"\n    regex(/v?(\\d+(?:\\.\\d+)*)/i)\n  end\n\n  conflicts_with cask: [\n    \"eloston-chromium\",\n    \"freesmug-chromium\",\n  ]\n\n  app \"chrome-mac/Chromium.app\"\n  # shim script (https://github.com/Homebrew/homebrew-cask/issues/18809)\n  shimscript = \"\#{staged_path}/chromium.wrapper.sh\"\n  binary shimscript, target: \"chromium\"\n\n  preflight do\n    File.write shimscript, <<~EOS\n      #!/bin/sh\n      exec '\#{appdir}/Chromium.app/Contents/MacOS/Chromium' \"$@\"\n    EOS\n  end\n\n  zap trash: [\n    \"~/Library/Application Support/Chromium\",\n    \"~/Library/Caches/Chromium\",\n    \"~/Library/Preferences/org.chromium.Chromium.plist\",\n    \"~/Library/Saved Application State/org.chromium.Chromium.savedState\",\n  ]\nend\n", @tap=nil, @block=#, @default_config=#, @caskroom_path=#, @metadata_main_container_path=#, @config=#["en-GB"], :appdir=>#, :colorpickerdir=>#, :prefpanedir=>#, :qlplugindir=>#, :mdimporterdir=>#, :dictionarydir=>#, :fontdir=>#, :servicedir=>#, :input_methoddir=>#, :internet_plugindir=>#, :audio_unit_plugindir=>#, :vst_plugindir=>#, :vst3_plugindir=>#, :screen_saverdir=>#}, @env={}, @binarydir=#>, @dsl=#, @token="chromium", @version="932296", @url=#, @verified="commondatastorage.googleapis.com/chromium-browser-snapshots/", @using=nil, @tag=nil, @branch=nil, @revisions=nil, @revision=nil, @trust_cert=nil, @cookies=nil, @referer=nil, @header=nil, @user_agent=:default, @data=nil, @specs={:verified=>"commondatastorage.googleapis.com/chromium-browser-snapshots/", :user_agent=>:default}>, @sha256=#, @name=["Chromium"], @desc="Free and open-source web browser", @homepage="https://www.chromium.org/Home", @livecheck=#, @referenced_cask_name=nil, @referenced_formula_name=nil, @regex=/v?(\d+(?:\.\d+)*)/i, @skip=false, @skip_msg=nil, @strategy=nil, @url="https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Mac_Arm%2FLAST_CHANGE?alt=media">, @livecheckable=true, @conflicts_with={:cask=>#}, @artifacts=#, @staged_path=#, @language_eval=nil>>, @source_string="chrome-mac/Chromium.app", @target_string="", @source=#, @target=#>, #, @source="cask \"chromium\" do\n  arch = Hardware::CPU.intel? ? \"Mac\" : \"Mac_Arm\"\n\n  version \"932296\"\n\n  url \"https://commondatastorage.googleapis.com/chromium-browser-snapshots/\#{arch}/\#{version}/chrome-mac.zip\",\n      verified: \"commondatastorage.googleapis.com/chromium-browser-snapshots/\"\n  if Hardware::CPU.intel?\n    sha256 \"f73b5d3ad83efb55eee4b3b508d0f6a70d2a7b48d66ce1a541ac45098b5bb0d3\"\n  else\n    sha256 \"312893ee6e27ecd5fd71a6eab89fd46ef4d4e22a300332bbf7c6a20b5bcec090\"\n  end\n\n  name \"Chromium\"\n  desc \"Free and open-source web browser\"\n  homepage \"https://www.chromium.org/Home\"\n\n  livecheck do\n    url \"https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/\#{arch}%2FLAST_CHANGE?alt=media\"\n    regex(/v?(\\d+(?:\\.\\d+)*)/i)\n  end\n\n  conflicts_with cask: [\n    \"eloston-chromium\",\n    \"freesmug-chromium\",\n  ]\n\n  app \"chrome-mac/Chromium.app\"\n  # shim script (https://github.com/Homebrew/homebrew-cask/issues/18809)\n  shimscript = \"\#{staged_path}/chromium.wrapper.sh\"\n  binary shimscript, target: \"chromium\"\n\n  preflight do\n    File.write shimscript, <<~EOS\n      #!/bin/sh\n      exec '\#{appdir}/Chromium.app/Contents/MacOS/Chromium' \"$@\"\n    EOS\n  end\n\n  zap trash: [\n    \"~/Library/Application Support/Chromium\",\n    \"~/Library/Caches/Chromium\",\n    \"~/Library/Preferences/org.chromium.Chromium.plist\",\n    \"~/Library/Saved Application State/org.chromium.Chromium.savedState\",\n  ]\nend\n", @tap=nil, @block=#, @default_config=#, @caskroom_path=#, @metadata_main_container_path=#, @config=#["en-GB"], :appdir=>#, :colorpickerdir=>#, :prefpanedir=>#, :qlplugindir=>#, :mdimporterdir=>#, :dictionarydir=>#, :fontdir=>#, :servicedir=>#, :input_methoddir=>#, :internet_plugindir=>#, :audio_unit_plugindir=>#, :vst_plugindir=>#, :vst3_plugindir=>#, :screen_saverdir=>#}, @env={}, @binarydir=#>, @dsl=#, @token="chromium", @version="932296", @url=#, @verified="commondatastorage.googleapis.com/chromium-browser-snapshots/", @using=nil, @tag=nil, @branch=nil, @revisions=nil, @revision=nil, @trust_cert=nil, @cookies=nil, @referer=nil, @header=nil, @user_agent=:default, @data=nil, @specs={:verified=>"commondatastorage.googleapis.com/chromium-browser-snapshots/", :user_agent=>:default}>, @sha256=#, @name=["Chromium"], @desc="Free and open-source web browser", @homepage="https://www.chromium.org/Home", @livecheck=#, @referenced_cask_name=nil, @referenced_formula_name=nil, @regex=/v?(\d+(?:\.\d+)*)/i, @skip=false, @skip_msg=nil, @strategy=nil, @url="https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Mac_Arm%2FLAST_CHANGE?alt=media">, @livecheckable=true, @conflicts_with={:cask=>#}, @artifacts=#, @staged_path=#, @language_eval=nil>>, @source_string="/opt/homebrew/Caskroom/chromium/932296/chromium.wrapper.sh", @target_string="chromium", @source=#, @target=#>, #, @source="cask \"chromium\" do\n  arch = Hardware::CPU.intel? ? \"Mac\" : \"Mac_Arm\"\n\n  version \"932296\"\n\n  url \"https://commondatastorage.googleapis.com/chromium-browser-snapshots/\#{arch}/\#{version}/chrome-mac.zip\",\n      verified: \"commondatastorage.googleapis.com/chromium-browser-snapshots/\"\n  if Hardware::CPU.intel?\n    sha256 \"f73b5d3ad83efb55eee4b3b508d0f6a70d2a7b48d66ce1a541ac45098b5bb0d3\"\n  else\n    sha256 \"312893ee6e27ecd5fd71a6eab89fd46ef4d4e22a300332bbf7c6a20b5bcec090\"\n  end\n\n  name \"Chromium\"\n  desc \"Free and open-source web browser\"\n  homepage \"https://www.chromium.org/Home\"\n\n  livecheck do\n    url \"https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/\#{arch}%2FLAST_CHANGE?alt=media\"\n    regex(/v?(\\d+(?:\\.\\d+)*)/i)\n  end\n\n  conflicts_with cask: [\n    \"eloston-chromium\",\n    \"freesmug-chromium\",\n  ]\n\n  app \"chrome-mac/Chromium.app\"\n  # shim script (https://github.com/Homebrew/homebrew-cask/issues/18809)\n  shimscript = \"\#{staged_path}/chromium.wrapper.sh\"\n  binary shimscript, target: \"chromium\"\n\n  preflight do\n    File.write shimscript, <<~EOS\n      #!/bin/sh\n      exec '\#{appdir}/Chromium.app/Contents/MacOS/Chromium' \"$@\"\n    EOS\n  end\n\n  zap trash: [\n    \"~/Library/Application Support/Chromium\",\n    \"~/Library/Caches/Chromium\",\n    \"~/Library/Preferences/org.chromium.Chromium.plist\",\n    \"~/Library/Saved Application State/org.chromium.Chromium.savedState\",\n  ]\nend\n", @tap=nil, @block=#, @default_config=#, @caskroom_path=#, @metadata_main_container_path=#, @config=#["en-GB"], :appdir=>#, :colorpickerdir=>#, :prefpanedir=>#, :qlplugindir=>#, :mdimporterdir=>#, :dictionarydir=>#, :fontdir=>#, :servicedir=>#, :input_methoddir=>#, :internet_plugindir=>#, :audio_unit_plugindir=>#, :vst_plugindir=>#, :vst3_plugindir=>#, :screen_saverdir=>#}, @env={}, @binarydir=#>, @dsl=#, @token="chromium", @version="932296", @url=#, @verified="commondatastorage.googleapis.com/chromium-browser-snapshots/", @using=nil, @tag=nil, @branch=nil, @revisions=nil, @revision=nil, @trust_cert=nil, @cookies=nil, @referer=nil, @header=nil, @user_agent=:default, @data=nil, @specs={:verified=>"commondatastorage.googleapis.com/chromium-browser-snapshots/", :user_agent=>:default}>, @sha256=#, @name=["Chromium"], @desc="Free and open-source web browser", @homepage="https://www.chromium.org/Home", @livecheck=#, @referenced_cask_name=nil, @referenced_formula_name=nil, @regex=/v?(\d+(?:\.\d+)*)/i, @skip=false, @skip_msg=nil, @strategy=nil, @url="https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Mac_Arm%2FLAST_CHANGE?alt=media">, @livecheckable=true, @conflicts_with={:cask=>#}, @artifacts=#, @staged_path=#, @language_eval=nil>>, @directives={:trash=>["~/Library/Application Support/Chromium", "~/Library/Caches/Chromium", "~/Library/Preferences/org.chromium.Chromium.plist", "~/Library/Saved Application State/org.chromium.Chromium.savedState"], :signal=>[]}>}>
==> Uninstalling artifact of class Cask::Artifact::PreflightBlock
==> Uninstalling artifact of class Cask::Artifact::App
==> Backing App 'Chromium.app' up to '/opt/homebrew/Caskroom/chromium/932296/chrome-mac/Chromium.app'
/bin/cp -pR /Applications/Chromium.app /opt/homebrew/Caskroom/chromium/932296/chrome-mac/Chromium.app
==> Removing App '/Applications/Chromium.app'
==> Uninstalling artifact of class Cask::Artifact::Binary
==> Unlinking Binary '/opt/homebrew/bin/chromium'
==> Purging files for version 932296 of Cask chromium
==> Purging all staged versions of Cask chromium
==> Installing Cask chromium
Warning: macOS's Gatekeeper has been disabled for this Cask
==> Cask::Installer#stage
==> Extracting primary container
==> Using container class UnpackStrategy::Zip for /Users/josh/Library/Caches/Homebrew/downloads/571cb03af5c6f4f38fed0165b09826574f454a64492a6ea24d7458ff8765e8f6--chrome-mac.zip
zipinfo -1 /Users/josh/Library/Caches/Homebrew/downloads/571cb03af5c6f4f38fed0165b09826574f454a64492a6ea24d7458ff8765e8f6--chrome-mac.zip
unzip -o /Users/josh/Library/Caches/Homebrew/downloads/571cb03af5c6f4f38fed0165b09826574f454a64492a6ea24d7458ff8765e8f6--chrome-mac.zip -d /private/tmp/d20211020-82776-1d4ah46
cp -pR /private/tmp/d20211020-82776-1d4ah46/chrome-mac/. /opt/homebrew/Caskroom/chromium/932296/chrome-mac
chmod -Rf +w /private/tmp/d20211020-82776-1d4ah46
==> Creating metadata directory: /opt/homebrew/Caskroom/chromium/.metadata/932296/20211020161233.343
==> Creating metadata subdirectory: /opt/homebrew/Caskroom/chromium/.metadata/932296/20211020161233.343/Casks
==> Installing artifacts
==> 4 artifacts defined
#, @source="cask \"chromium\" do\n  arch = Hardware::CPU.intel? ? \"Mac\" : \"Mac_Arm\"\n\n  version \"932296\"\n\n  url \"https://commondatastorage.googleapis.com/chromium-browser-snapshots/\#{arch}/\#{version}/chrome-mac.zip\",\n      verified: \"commondatastorage.googleapis.com/chromium-browser-snapshots/\"\n  if Hardware::CPU.intel?\n    sha256 \"f73b5d3ad83efb55eee4b3b508d0f6a70d2a7b48d66ce1a541ac45098b5bb0d3\"\n  else\n    sha256 \"312893ee6e27ecd5fd71a6eab89fd46ef4d4e22a300332bbf7c6a20b5bcec090\"\n  end\n\n  name \"Chromium\"\n  desc \"Free and open-source web browser\"\n  homepage \"https://www.chromium.org/Home\"\n\n  livecheck do\n    url \"https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/\#{arch}%2FLAST_CHANGE?alt=media\"\n    regex(/v?(\\d+(?:\\.\\d+)*)/i)\n  end\n\n  conflicts_with cask: [\n    \"eloston-chromium\",\n    \"freesmug-chromium\",\n  ]\n\n  app \"chrome-mac/Chromium.app\"\n  # shim script (https://github.com/Homebrew/homebrew-cask/issues/18809)\n  shimscript = \"\#{staged_path}/chromium.wrapper.sh\"\n  binary shimscript, target: \"chromium\"\n\n  preflight do\n    File.write shimscript, <<~EOS\n      #!/bin/sh\n      exec '\#{appdir}/Chromium.app/Contents/MacOS/Chromium' \"$@\"\n    EOS\n  end\n\n  zap trash: [\n    \"~/Library/Application Support/Chromium\",\n    \"~/Library/Caches/Chromium\",\n    \"~/Library/Preferences/org.chromium.Chromium.plist\",\n    \"~/Library/Saved Application State/org.chromium.Chromium.savedState\",\n  ]\nend\n", @tap=#, @alias_table=nil, @alias_reverse_table=nil, @formula_renames={}, @cask_dir=#>, @block=#, @default_config=#, @caskroom_path=#, @metadata_main_container_path=#, @config=#["en-GB"], :appdir=>#, :colorpickerdir=>#, :prefpanedir=>#, :qlplugindir=>#, :mdimporterdir=>#, :dictionarydir=>#, :fontdir=>#, :servicedir=>#, :input_methoddir=>#, :internet_plugindir=>#, :audio_unit_plugindir=>#, :vst_plugindir=>#, :vst3_plugindir=>#, :screen_saverdir=>#}, @env={}, @binarydir=#>, @dsl=#, @token="chromium", @version="932296", @url=#, @verified="commondatastorage.googleapis.com/chromium-browser-snapshots/", @using=nil, @tag=nil, @branch=nil, @revisions=nil, @revision=nil, @trust_cert=nil, @cookies=nil, @referer=nil, @header=nil, @user_agent=:default, @data=nil, @specs={:verified=>"commondatastorage.googleapis.com/chromium-browser-snapshots/", :user_agent=>:default}>, @sha256=#, @name=["Chromium"], @desc="Free and open-source web browser", @homepage="https://www.chromium.org/Home", @livecheck=#, @referenced_cask_name=nil, @referenced_formula_name=nil, @regex=/v?(\d+(?:\.\d+)*)/i, @skip=false, @skip_msg=nil, @strategy=nil, @url="https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Mac_Arm%2FLAST_CHANGE?alt=media">, @livecheckable=true, @conflicts_with={:cask=>#}, @artifacts=#, @staged_path=#, @language_eval=nil>>, @directives={:preflight=>#}>, #, @source="cask \"chromium\" do\n  arch = Hardware::CPU.intel? ? \"Mac\" : \"Mac_Arm\"\n\n  version \"932296\"\n\n  url \"https://commondatastorage.googleapis.com/chromium-browser-snapshots/\#{arch}/\#{version}/chrome-mac.zip\",\n      verified: \"commondatastorage.googleapis.com/chromium-browser-snapshots/\"\n  if Hardware::CPU.intel?\n    sha256 \"f73b5d3ad83efb55eee4b3b508d0f6a70d2a7b48d66ce1a541ac45098b5bb0d3\"\n  else\n    sha256 \"312893ee6e27ecd5fd71a6eab89fd46ef4d4e22a300332bbf7c6a20b5bcec090\"\n  end\n\n  name \"Chromium\"\n  desc \"Free and open-source web browser\"\n  homepage \"https://www.chromium.org/Home\"\n\n  livecheck do\n    url \"https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/\#{arch}%2FLAST_CHANGE?alt=media\"\n    regex(/v?(\\d+(?:\\.\\d+)*)/i)\n  end\n\n  conflicts_with cask: [\n    \"eloston-chromium\",\n    \"freesmug-chromium\",\n  ]\n\n  app \"chrome-mac/Chromium.app\"\n  # shim script (https://github.com/Homebrew/homebrew-cask/issues/18809)\n  shimscript = \"\#{staged_path}/chromium.wrapper.sh\"\n  binary shimscript, target: \"chromium\"\n\n  preflight do\n    File.write shimscript, <<~EOS\n      #!/bin/sh\n      exec '\#{appdir}/Chromium.app/Contents/MacOS/Chromium' \"$@\"\n    EOS\n  end\n\n  zap trash: [\n    \"~/Library/Application Support/Chromium\",\n    \"~/Library/Caches/Chromium\",\n    \"~/Library/Preferences/org.chromium.Chromium.plist\",\n    \"~/Library/Saved Application State/org.chromium.Chromium.savedState\",\n  ]\nend\n", @tap=#, @alias_table=nil, @alias_reverse_table=nil, @formula_renames={}, @cask_dir=#>, @block=#, @default_config=#, @caskroom_path=#, @metadata_main_container_path=#, @config=#["en-GB"], :appdir=>#, :colorpickerdir=>#, :prefpanedir=>#, :qlplugindir=>#, :mdimporterdir=>#, :dictionarydir=>#, :fontdir=>#, :servicedir=>#, :input_methoddir=>#, :internet_plugindir=>#, :audio_unit_plugindir=>#, :vst_plugindir=>#, :vst3_plugindir=>#, :screen_saverdir=>#}, @env={}, @binarydir=#>, @dsl=#, @token="chromium", @version="932296", @url=#, @verified="commondatastorage.googleapis.com/chromium-browser-snapshots/", @using=nil, @tag=nil, @branch=nil, @revisions=nil, @revision=nil, @trust_cert=nil, @cookies=nil, @referer=nil, @header=nil, @user_agent=:default, @data=nil, @specs={:verified=>"commondatastorage.googleapis.com/chromium-browser-snapshots/", :user_agent=>:default}>, @sha256=#, @name=["Chromium"], @desc="Free and open-source web browser", @homepage="https://www.chromium.org/Home", @livecheck=#, @referenced_cask_name=nil, @referenced_formula_name=nil, @regex=/v?(\d+(?:\.\d+)*)/i, @skip=false, @skip_msg=nil, @strategy=nil, @url="https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Mac_Arm%2FLAST_CHANGE?alt=media">, @livecheckable=true, @conflicts_with={:cask=>#}, @artifacts=#, @staged_path=#, @language_eval=nil>>, @source_string="chrome-mac/Chromium.app", @target_string="", @source=#, @target=#>, #, @source="cask \"chromium\" do\n  arch = Hardware::CPU.intel? ? \"Mac\" : \"Mac_Arm\"\n\n  version \"932296\"\n\n  url \"https://commondatastorage.googleapis.com/chromium-browser-snapshots/\#{arch}/\#{version}/chrome-mac.zip\",\n      verified: \"commondatastorage.googleapis.com/chromium-browser-snapshots/\"\n  if Hardware::CPU.intel?\n    sha256 \"f73b5d3ad83efb55eee4b3b508d0f6a70d2a7b48d66ce1a541ac45098b5bb0d3\"\n  else\n    sha256 \"312893ee6e27ecd5fd71a6eab89fd46ef4d4e22a300332bbf7c6a20b5bcec090\"\n  end\n\n  name \"Chromium\"\n  desc \"Free and open-source web browser\"\n  homepage \"https://www.chromium.org/Home\"\n\n  livecheck do\n    url \"https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/\#{arch}%2FLAST_CHANGE?alt=media\"\n    regex(/v?(\\d+(?:\\.\\d+)*)/i)\n  end\n\n  conflicts_with cask: [\n    \"eloston-chromium\",\n    \"freesmug-chromium\",\n  ]\n\n  app \"chrome-mac/Chromium.app\"\n  # shim script (https://github.com/Homebrew/homebrew-cask/issues/18809)\n  shimscript = \"\#{staged_path}/chromium.wrapper.sh\"\n  binary shimscript, target: \"chromium\"\n\n  preflight do\n    File.write shimscript, <<~EOS\n      #!/bin/sh\n      exec '\#{appdir}/Chromium.app/Contents/MacOS/Chromium' \"$@\"\n    EOS\n  end\n\n  zap trash: [\n    \"~/Library/Application Support/Chromium\",\n    \"~/Library/Caches/Chromium\",\n    \"~/Library/Preferences/org.chromium.Chromium.plist\",\n    \"~/Library/Saved Application State/org.chromium.Chromium.savedState\",\n  ]\nend\n", @tap=#, @alias_table=nil, @alias_reverse_table=nil, @formula_renames={}, @cask_dir=#>, @block=#, @default_config=#, @caskroom_path=#, @metadata_main_container_path=#, @config=#["en-GB"], :appdir=>#, :colorpickerdir=>#, :prefpanedir=>#, :qlplugindir=>#, :mdimporterdir=>#, :dictionarydir=>#, :fontdir=>#, :servicedir=>#, :input_methoddir=>#, :internet_plugindir=>#, :audio_unit_plugindir=>#, :vst_plugindir=>#, :vst3_plugindir=>#, :screen_saverdir=>#}, @env={}, @binarydir=#>, @dsl=#, @token="chromium", @version="932296", @url=#, @verified="commondatastorage.googleapis.com/chromium-browser-snapshots/", @using=nil, @tag=nil, @branch=nil, @revisions=nil, @revision=nil, @trust_cert=nil, @cookies=nil, @referer=nil, @header=nil, @user_agent=:default, @data=nil, @specs={:verified=>"commondatastorage.googleapis.com/chromium-browser-snapshots/", :user_agent=>:default}>, @sha256=#, @name=["Chromium"], @desc="Free and open-source web browser", @homepage="https://www.chromium.org/Home", @livecheck=#, @referenced_cask_name=nil, @referenced_formula_name=nil, @regex=/v?(\d+(?:\.\d+)*)/i, @skip=false, @skip_msg=nil, @strategy=nil, @url="https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Mac_Arm%2FLAST_CHANGE?alt=media">, @livecheckable=true, @conflicts_with={:cask=>#}, @artifacts=#, @staged_path=#, @language_eval=nil>>, @source_string="/opt/homebrew/Caskroom/chromium/932296/chromium.wrapper.sh", @target_string="chromium", @source=#, @target=#>, #, @source="cask \"chromium\" do\n  arch = Hardware::CPU.intel? ? \"Mac\" : \"Mac_Arm\"\n\n  version \"932296\"\n\n  url \"https://commondatastorage.googleapis.com/chromium-browser-snapshots/\#{arch}/\#{version}/chrome-mac.zip\",\n      verified: \"commondatastorage.googleapis.com/chromium-browser-snapshots/\"\n  if Hardware::CPU.intel?\n    sha256 \"f73b5d3ad83efb55eee4b3b508d0f6a70d2a7b48d66ce1a541ac45098b5bb0d3\"\n  else\n    sha256 \"312893ee6e27ecd5fd71a6eab89fd46ef4d4e22a300332bbf7c6a20b5bcec090\"\n  end\n\n  name \"Chromium\"\n  desc \"Free and open-source web browser\"\n  homepage \"https://www.chromium.org/Home\"\n\n  livecheck do\n    url \"https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/\#{arch}%2FLAST_CHANGE?alt=media\"\n    regex(/v?(\\d+(?:\\.\\d+)*)/i)\n  end\n\n  conflicts_with cask: [\n    \"eloston-chromium\",\n    \"freesmug-chromium\",\n  ]\n\n  app \"chrome-mac/Chromium.app\"\n  # shim script (https://github.com/Homebrew/homebrew-cask/issues/18809)\n  shimscript = \"\#{staged_path}/chromium.wrapper.sh\"\n  binary shimscript, target: \"chromium\"\n\n  preflight do\n    File.write shimscript, <<~EOS\n      #!/bin/sh\n      exec '\#{appdir}/Chromium.app/Contents/MacOS/Chromium' \"$@\"\n    EOS\n  end\n\n  zap trash: [\n    \"~/Library/Application Support/Chromium\",\n    \"~/Library/Caches/Chromium\",\n    \"~/Library/Preferences/org.chromium.Chromium.plist\",\n    \"~/Library/Saved Application State/org.chromium.Chromium.savedState\",\n  ]\nend\n", @tap=#, @alias_table=nil, @alias_reverse_table=nil, @formula_renames={}, @cask_dir=#>, @block=#, @default_config=#, @caskroom_path=#, @metadata_main_container_path=#, @config=#["en-GB"], :appdir=>#, :colorpickerdir=>#, :prefpanedir=>#, :qlplugindir=>#, :mdimporterdir=>#, :dictionarydir=>#, :fontdir=>#, :servicedir=>#, :input_methoddir=>#, :internet_plugindir=>#, :audio_unit_plugindir=>#, :vst_plugindir=>#, :vst3_plugindir=>#, :screen_saverdir=>#}, @env={}, @binarydir=#>, @dsl=#, @token="chromium", @version="932296", @url=#, @verified="commondatastorage.googleapis.com/chromium-browser-snapshots/", @using=nil, @tag=nil, @branch=nil, @revisions=nil, @revision=nil, @trust_cert=nil, @cookies=nil, @referer=nil, @header=nil, @user_agent=:default, @data=nil, @specs={:verified=>"commondatastorage.googleapis.com/chromium-browser-snapshots/", :user_agent=>:default}>, @sha256=#, @name=["Chromium"], @desc="Free and open-source web browser", @homepage="https://www.chromium.org/Home", @livecheck=#, @referenced_cask_name=nil, @referenced_formula_name=nil, @regex=/v?(\d+(?:\.\d+)*)/i, @skip=false, @skip_msg=nil, @strategy=nil, @url="https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Mac_Arm%2FLAST_CHANGE?alt=media">, @livecheckable=true, @conflicts_with={:cask=>#}, @artifacts=#, @staged_path=#, @language_eval=nil>>, @directives={:trash=>["~/Library/Application Support/Chromium", "~/Library/Caches/Chromium", "~/Library/Preferences/org.chromium.Chromium.plist", "~/Library/Saved Application State/org.chromium.Chromium.savedState"], :signal=>[]}>}>
==> Installing artifact of class Cask::Artifact::PreflightBlock
==> Installing artifact of class Cask::Artifact::App
==> Moving App 'Chromium.app' to '/Applications/Chromium.app'
==> Installing artifact of class Cask::Artifact::Binary
==> Linking Binary 'chromium.wrapper.sh' to '/opt/homebrew/bin/chromium'
/bin/ln -h -f -s -- /opt/homebrew/Caskroom/chromium/932296/chromium.wrapper.sh /opt/homebrew/bin/chromium
==> Adding com.apple.metadata:kMDItemAlternateNames metadata
/usr/bin/xattr -p com.apple.metadata:kMDItemAlternateNames /opt/homebrew/Caskroom/chromium/932296/chromium.wrapper.sh
==> Existing metadata is:
/bin/chmod -- u\+rw /opt/homebrew/Caskroom/chromium/932296/chromium.wrapper.sh /opt/homebrew/Caskroom/chromium/932296/chromium.wrapper.sh
/usr/bin/xattr -w com.apple.metadata:kMDItemAlternateNames \(\"chromium\"\) /opt/homebrew/Caskroom/chromium/932296/chromium.wrapper.sh
/opt/homebrew/Library/Homebrew/shims/shared/git --version
🍺  chromium was successfully installed!

Output of brew doctor --verbose

Click to expand

==> Cask Environment Variables:
BUNDLE_PATH
CHRUBY_VERSION
GEM_HOME
GEM_PATH
HOMEBREW_CASK_OPTS
LC_ALL
PATH
RBENV_VERSION
RUBYLIB
RUBYOPT
RUBYPATH
SHELL
==> $LOAD_PATHS
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/warning-1.2.1/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/tapioca-0.5.2/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/spoom-1.1.5/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/thor-1.1.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/sorbet-runtime-stub-0.2.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/simplecov-cobertura-1.4.2/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/simplecov-0.21.2/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/simplecov_json_formatter-0.1.3/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/simplecov-html-0.12.3/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/ruby-macho-2.5.1/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubocop-sorbet-0.6.2/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubocop-rspec-2.5.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubocop-rails-2.12.4/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubocop-performance-1.11.5/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubocop-1.22.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/unicode-display_width-2.1.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/ruby-progressbar-1.11.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubocop-ast-1.12.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec_junit_formatter-0.4.1/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-wait-0.0.9/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-sorbet-1.8.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/sorbet-0.5.9248/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/sorbet-static-0.5.9248-universal-darwin-14/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-retry-0.6.2/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-its-1.3.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-github-2.3.1/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-3.10.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-mocks-3.10.2/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-expectations-3.10.1/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-core-3.10.1/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-support-3.10.2/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/ronn-0.7.3/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rexml-3.2.5/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rdiscount-2.2.0.2/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/rdiscount-2.2.0.2
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rbi-0.0.6/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/unparser-0.6.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rack-2.2.3/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/pry-0.14.1/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/plist-3.6.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/patchelf-1.3.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/parlour-6.0.1/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/sorbet-runtime-0.5.9248/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rainbow-3.0.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/parser-3.0.2.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/parallel_tests-3.7.3/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/parallel-1.21.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/mustache-1.1.1/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/method_source-1.0.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/mechanize-2.8.1/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/webrobots-0.1.2/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/webrick-1.7.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubyntlm-0.6.3/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/nokogiri-1.12.5-x86_64-darwin/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/racc-1.6.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/racc-1.6.0
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/mini_portile2-2.6.1/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/net-http-persistent-4.0.1/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/net-http-digest_auth-1.4.1/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/mime-types-3.3.1/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/mime-types-data-3.2021.0901/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/json_schemer-0.2.18/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/uri_template-0.7.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/http-cookie-1.0.4/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/hpricot-0.8.6/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/hpricot-0.8.6
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/hana-1.3.7/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/elftools-1.1.3/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/ecma-re-validator-0.3.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/regexp_parser-2.1.1/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/domain_name-0.5.20190701/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/unf-0.1.4/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/unf_ext-0.0.8/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/unf_ext-0.0.8
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/docile-1.4.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/diff-lcs-1.4.4/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/did_you_mean-1.5.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/connection_pool-2.2.5/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/commander-4.6.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/highline-2.0.3/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/coderay-1.1.3/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/byebug-11.1.3/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/byebug-11.1.3
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/bootsnap-1.9.1/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/bootsnap-1.9.1
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/msgpack-1.4.2/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/msgpack-1.4.2
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/bindata-2.4.10/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/ast-2.4.2/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/addressable-2.8.0/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/public_suffix-4.0.6/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/activesupport-6.1.4.1/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/zeitwerk-2.4.2/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/tzinfo-2.0.4/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/minitest-5.14.4/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/i18n-1.8.10/lib
/opt/homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby
/Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib
/Library/Ruby/Site/2.6.0
/Library/Ruby/Site/2.6.0/arm64e-darwin20
/Library/Ruby/Site/2.6.0/universal-darwin20
/Library/Ruby/Site
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/vendor_ruby/2.6.0
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/vendor_ruby/2.6.0/arm64e-darwin20
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/vendor_ruby/2.6.0/universal-darwin20
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/vendor_ruby
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/arm64e-darwin20
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20
/opt/homebrew/Library/Homebrew
==> Homebrew Version
3.2.17-63-g5a5a8d5
==> macOS
11.5.2
==> SIP
Enabled
==> Homebrew Cask Staging Location
/opt/homebrew/Caskroom
==> Homebrew Cask Taps:
/opt/homebrew/Library/Taps/homebrew/homebrew-cask (3928 casks)
/opt/homebrew/Library/Taps/homebrew/homebrew-cask-fonts (1750 casks)
/opt/homebrew/Library/Taps/nicoverbruggen/homebrew-cask (1 cask)
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: A newer Command Line Tools release is available.
Update them from Software Update in System Preferences or run:
softwareupdate --all --install --force

If that doesn't show you any updates, run:
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install

Alternatively, manually download them from:
https://developer.apple.com/download/all/.
You should download the Command Line Tools for Xcode 13.0.

Warning: Calling bottle :unneeded is deprecated! There is no replacement.
Please report this issue to the teamookla/speedtest tap (not Homebrew/brew or Homebrew/core):
/opt/homebrew/Library/Taps/teamookla/homebrew-speedtest/speedtest.rb:7

Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on
those kegs to fail to run properly once built. Run brew link on these:
docker
php

Output of brew tap

Click to expand

blackfireio/blackfire
homebrew/cask
homebrew/cask-fonts
homebrew/core
homebrew/services
nicoverbruggen/cask
shivammathur/php
teamookla/speedtest
@carlocab
Copy link
Member

carlocab commented Oct 20, 2021

Have you tried following the instructions here?

@zakini
Copy link
Contributor Author

zakini commented Oct 20, 2021

Yeah that doesn't work. Seems like this "damaged" state doesn't behave the same as the "unidentified developer" state.

@miccal
Copy link
Member

miccal commented Oct 20, 2021

Chromium, like many Casks, can only be installed with the --no-quarantine flag, and unfortunately there is nothing else we can do on our end.

@miccal miccal closed this as completed Oct 20, 2021
@pat-s
Copy link
Contributor

pat-s commented Nov 6, 2021

I just fell abouth this. Maybe adding this information to brew info and suggesting a reinstall could help users.

@carlocab
Copy link
Member

carlocab commented Nov 6, 2021

brew install chromium (without the --no-quarantine flag) works just fine for me after following the instructions I linked to above.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants