pivotal-legacy / homebrew-tap

33 stars 49 forks source link

Errors after homebrew update #81

Closed dahankzter closed 8 years ago

dahankzter commented 8 years ago

Today I started getting these errors

Updated Homebrew from 92acdb5 to cd23c26.
Warning: Calling Formula.sha1 is deprecated!
Use Formula.sha256 instead.
/usr/local/Library/Taps/pivotal/homebrew-tap/gemfirexd.rb:6:in `<class:Gemfirexd>'
Please report this to the pivotal/tap tap!

Warning: Calling SoftwareSpec#sha1 is deprecated!
Use SoftwareSpec#sha256 instead.
/usr/local/Library/Taps/pivotal/homebrew-tap/gemfirexd.rb:6:in `<class:Gemfirexd>'
Please report this to the pivotal/tap tap!
nebhale commented 8 years ago

This was due to a change in Homebrew and was fixed in these commits. Ensure that your tap is up to date using brew update and see if you still have the same issue.

dahankzter commented 8 years ago

Work fine now thanks!