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

Homebrew throws warnings about deprecated sha1 function #22

Open
morganestes opened this issue Aug 3, 2016 · 1 comment
Open

Homebrew throws warnings about deprecated sha1 function #22

morganestes opened this issue Aug 3, 2016 · 1 comment

Comments

@morganestes
Copy link

When I run brew upgrade on my packages, whereami throws multiple warnings:

Warning: Calling Formula.sha1 is deprecated!
Use Formula.sha256 instead.
/usr/local/Library/Taps/victor/homebrew-whereami/whereami.rb:6:in `<class:Whereami>'
Please report this to the victor/whereami tap!

Warning: Calling SoftwareSpec#sha1 is deprecated!
Use SoftwareSpec#sha256 instead.
/usr/local/Library/Taps/victor/homebrew-whereami/whereami.rb:6:in `<class:Whereami>'
Please report this to the victor/whereami tap!

Warning: Calling Resource#sha1 is deprecated!
Use Resource#sha256 instead.
/usr/local/Library/Taps/victor/homebrew-whereami/whereami.rb:6:in `<class:Whereami>'
Please report this to the victor/whereami tap!
@JayBrown
Copy link

JayBrown commented Aug 3, 2016

You can also use CoreLocationCLI: https://github.com/fulldecent/corelocationcli
It still needs some improvements, but at least it's working without major errors.

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

2 participants