I want to install [email protected] on my macbook pro with macos m1. I'm want to perform following steps
brew tap exolnet/homebrew-deprecated
brew install [email protected]
However, I get this error on command brew tap exolnet/homebrew-deprecated
.
==> Tapping exolnet/deprecated
Cloning into '/opt/homebrew/Library/Taps/exolnet/homebrew-deprecated'...
remote: Enumerating objects: 98, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 98 (delta 0), reused 1 (delta 0), pack-reused 95
Receiving objects: 100% (98/98), 23.21 KiB | 127.00 KiB/s, done.
Resolving deltas: 100% (46/46), done.
Error: Invalid formula: /opt/homebrew/Library/Taps/exolnet/homebrew-deprecated/Formula/[email protected]
[email protected]: Calling `sha256 "digest" => :tag` in a bottle block is disabled! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the exolnet/deprecated tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
/opt/homebrew/Library/Taps/exolnet/homebrew-deprecated/Formula/[email protected]:10
Error: Invalid formula: /opt/homebrew/Library/Taps/exolnet/homebrew-deprecated/Formula/[email protected]
[email protected]: Calling `sha256 "digest" => :tag` in a bottle block is disabled! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the exolnet/deprecated tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
/opt/homebrew/Library/Taps/exolnet/homebrew-deprecated/Formula/[email protected]:10
Error: Invalid formula: /opt/homebrew/Library/Taps/exolnet/homebrew-deprecated/Formula/[email protected]
[email protected]: Calling `sha256 "digest" => :tag` in a bottle block is disabled! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the exolnet/deprecated tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
/opt/homebrew/Library/Taps/exolnet/homebrew-deprecated/Formula/[email protected]:10
Error: Cannot tap exolnet/deprecated: invalid syntax in tap!
Can anyone suggest me how to fix tihs, or how should I install php 7.1 on mac os m1?
Tap exolnet/homebrew-deprecated
is no longer maintained, hence the error.
To install PHP 7.1
, first, untap the exolnet/deprecated
tap, then you can use the shivammathur/php
tap that I maintain and is widely used.
Follow these steps.
HOMEBREW_DEVELOPER=1 brew untap exolnet/deprecated
shivammathur/php
brew tap shivammathur/php
brew install shivammathur/php/[email protected]
brew link --force --overwrite shivammathur/php/[email protected]
Docs: https://github.com/shivammathur/homebrew-php
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With