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
{{ message }}
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
These deprecations caused hub not to install on my comp when I ran boxen. I can install this manually with brew install hub but I think these deprecation warnings should probably be looked at to see if anything needs to be taken care of.
Notice: /Stage[main]/Hub/Package[boxen/brews/hub]/ensure: ensure changed '2.2.1' to 'Warning: Calling Formula.sha1 is deprecated!
Use Formula.sha256 instead.
/usr/local/Library/Taps/boxen/homebrew-brews/hub.rb:6:in `<class:Hub>'
Please report this to the boxen/brews tap!
Warning: Calling SoftwareSpec#sha1 is deprecated!
Use SoftwareSpec#sha256 instead.
/usr/local/Library/Taps/boxen/homebrew-brews/hub.rb:6:in `<class:Hub>'
Please report this to the boxen/brews tap!
Warning: Calling Resource#sha1 is deprecated!
Use Resource#sha256 instead.
/usr/local/Library/Taps/boxen/homebrew-brews/hub.rb:6:in `<class:Hub>'
Please report this to the boxen/brews tap!
The text was updated successfully, but these errors were encountered:
Seeing something similar with dnsmasq from boxen/brews:
Warning: Calling Formula.sha1 is deprecated!
Use Formula.sha256 instead.
/opt/boxen/homebrew/Library/Taps/boxen/homebrew-brews/dnsmasq.rb:6:in `<class:Dnsmasq>'
Please report this to the boxen/brews tap!
Warning: Calling SoftwareSpec#sha1 is deprecated!
Use SoftwareSpec#sha256 instead.
/opt/boxen/homebrew/Library/Taps/boxen/homebrew-brews/dnsmasq.rb:6:in `<class:Dnsmasq>'
Please report this to the boxen/brews tap!
Warning: Calling Resource#sha1 is deprecated!
Use Resource#sha256 instead.
/opt/boxen/homebrew/Library/Taps/boxen/homebrew-brews/dnsmasq.rb:6:in `<class:Dnsmasq>'
Please report this to the boxen/brews tap!
These deprecations caused hub not to install on my comp when I ran boxen. I can install this manually with
brew install hub
but I think these deprecation warnings should probably be looked at to see if anything needs to be taken care of.The text was updated successfully, but these errors were encountered: