owenthereal / ccat

Colorizing `cat`
https://github.com/owenthereal/ccat
MIT License
3.16k stars 118 forks source link

Deprecated call to sha1 methods #41

Closed thibmaek closed 8 years ago

thibmaek commented 8 years ago
Warning: Calling Formula.sha1 is deprecated!
Use Formula.sha256 instead.
/usr/local/Library/Taps/jingweno/homebrew-ccat/ccat.rb:6:in `<class:Ccat>'
Please report this to the jingweno/ccat tap!

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

Warning: Calling Resource#sha1 is deprecated!
Use Resource#sha256 instead.
/usr/local/Library/Taps/jingweno/homebrew-ccat/ccat.rb:6:in `<class:Ccat>'
Please report this to the jingweno/ccat tap!
owenthereal commented 8 years ago

Please use the official ccat formula in homebrew: https://github.com/Homebrew/homebrew-core/blob/master/Formula/ccat.rb#L5.

owenthereal commented 8 years ago

Let me know if you have more problems. Closing.