chrissimpkins / Crunch

Insane(ly slow but wicked good) PNG image optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation is failed using latest Homebrew in macOS

kawarimidoll opened this issue · comments

The command brew cask install in docs/MACOSGUI.md doesn't work now because of update of Homebrew.
This is not a bug of this app, but the document needs to be fixed.

homebrew discussions: Error: Calling brew cask install is disabled! · Discussion #340 · Homebrew/discussions

brew cask <command> was deprecated in favor of brew <command> --cask in Homebrew 2.6.0. Now that 2.7.0 has been released, they have been disabled.

homebrew blog: 2.6.0 — Homebrew

All brew cask commands have been deprecated in favour of brew commands (with --cask) when necessary

screenshot:
Calling brew cask install is disabled

Thank you very much for raising this issue! Will merge #86 with your doc updates to address this issue.

My understanding is that the brew cask subcommand was deprecated in homebrew v2.6.0 and removed in homebrew v2.7.0. All macOS users of homebrew v2.7.0 must move to this new installation approach.

Excellent documentation, links, and justification here btw. I can't express strongly enough how nice it is to receive an issue thread that is easy to review!