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

Brew tap fails because of "sha1" usage (instead of sha256) #24

Open
aethernet opened this issue Sep 29, 2017 · 0 comments
Open

Brew tap fails because of "sha1" usage (instead of sha256) #24

aethernet opened this issue Sep 29, 2017 · 0 comments

Comments

@aethernet
Copy link

Hi

When tapping, brew complains about the formula using an outdated crypto.

Calling Formula.sha1 is disabled!
Use Formula.sha256 instead.

Here's the full log :

$ brew tap victor/whereami                         
==> Tapping victor/whereami
Cloning into '/usr/local/Homebrew/Library/Taps/victor/homebrew-whereami'...
remote: Counting objects: 4, done.
remote: Compressing objects: 100% (4/4), done.
Unpacking objects: 100% (4/4), done.
remote: Total 4 (delta 0), reused 4 (delta 0), pack-reused 0
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/victor/homebrew-whereami/whereami.rb
Calling Formula.sha1 is disabled!
Use Formula.sha256 instead.
/usr/local/Homebrew/Library/Taps/victor/homebrew-whereami/whereami.rb:6:in `<class:Whereami>'
Please report this to the victor/whereami tap!
Error: Cannot tap victor/whereami: invalid syntax in tap!
@aethernet aethernet changed the title Brew tap fails Brew tap fails because of "sha1" usage (instead of sha256) Sep 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant