You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
When I run
brew upgrade
on my packages, whereami throws multiple warnings:The text was updated successfully, but these errors were encountered: