warrensbox/tgswitch

`brew install warrensbox/tap/tgswitch` fails

simonista opened this issue · 3 comments

I get the following errors trying to install via brew. It seems like maybe a recent brew version dropped support for these deprecated commands.

$ brew install warrensbox/tap/tgswitch
==> Tapping warrensbox/tap
Cloning into '/opt/homebrew/Library/Taps/warrensbox/homebrew-tap'...
remote: Enumerating objects: 549, done.
remote: Counting objects: 100% (107/107), done.
remote: Compressing objects: 100% (106/106), done.
remote: Total 549 (delta 49), reused 5 (delta 1), pack-reused 442
Receiving objects: 100% (549/549), 69.88 KiB | 1.16 MiB/s, done.
Resolving deltas: 100% (251/251), done.
Error: Invalid formula: /opt/homebrew/Library/Taps/warrensbox/homebrew-tap/Formula/jscheck.rb
jscheck: Calling bottle :unneeded is disabled! There is no replacement.
Please report this issue to the warrensbox/tap tap (not Homebrew/brew or Homebrew/core):
  /opt/homebrew/Library/Taps/warrensbox/homebrew-tap/Formula/jscheck.rb:6

Error: Invalid formula: /opt/homebrew/Library/Taps/warrensbox/homebrew-tap/Formula/hubapp.rb
hubapp: Calling bottle :unneeded is disabled! There is no replacement.
Please report this issue to the warrensbox/tap tap (not Homebrew/brew or Homebrew/core):
  /opt/homebrew/Library/Taps/warrensbox/homebrew-tap/Formula/hubapp.rb:9

Error: Invalid formula: /opt/homebrew/Library/Taps/warrensbox/homebrew-tap/Formula/health-check.rb
health-check: Calling bottle :unneeded is disabled! There is no replacement.
Please report this issue to the warrensbox/tap tap (not Homebrew/brew or Homebrew/core):
  /opt/homebrew/Library/Taps/warrensbox/homebrew-tap/Formula/health-check.rb:9

Error: Cannot tap warrensbox/tap: invalid syntax in tap!

This is on a M1 Max Macbook Pro with the following brew version:

$ brew -v
Homebrew 3.4.0
Homebrew/homebrew-core (git revision 33264a81e51; last commit 2022-03-03)
Homebrew/homebrew-cask (git revision e62bce2db1; last commit 2022-03-04)

This is fixed and released

brew upgrade warrensbox/tap/tgswitch

Great, install worked. Thanks so much!