mht208 / homebrew-formal

Homebrew formulae for formal methods
36 stars 10 forks source link

SHA1 is deprecated now #14

Open katrielalex opened 8 years ago

katrielalex commented 8 years ago

Homebrew is now warning when a formula uses SHA1 instead of SHA256:

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

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

Warning: Calling Resource#sha1 is deprecated!
Use Resource#sha256 instead.
/usr/local/Library/Taps/mht208/homebrew-formal/why3.rb:6:in `<class:Why3>'
Please report this to the mht208/formal tap!

Unfortunately it looks like a lot of the formulae here use sha-1, so this might be a bit of a pain to update 😢