homebrew-term24 icon indicating copy to clipboard operation
homebrew-term24 copied to clipboard

homebrew deprecations

Open arronmabrey opened this issue 8 years ago • 2 comments

Looks like homebrew deprecated sha1 in favor of sh256

Warning: Calling Resource#sha1 is deprecated!
Use Resource#sha256 instead.
/usr/local/Library/Taps/choppsv1/homebrew-term24/emacs-mac.rb:27:in `block in <class:EmacsMac>'
Please report this to the choppsv1/term24 tap!

Warning: Calling Resource#sha1 is deprecated!
Use Resource#sha256 instead.
/usr/local/Library/Taps/choppsv1/homebrew-term24/emacs-mac.rb:27:in `block in <class:EmacsMac>'
Please report this to the choppsv1/term24 tap!

Warning: Calling Resource#sha1 is deprecated!
Use Resource#sha256 instead.
/usr/local/Library/Taps/choppsv1/homebrew-term24/emacs-mac.rb:27:in `block in <class:EmacsMac>'
Please report this to the choppsv1/term24 tap!

arronmabrey avatar Aug 20 '16 00:08 arronmabrey

The following should work:

    sha256 "9c3be8253c38357353c700903e8f77c71fad8f9bdcc3b843026d6cda23a858ae"

felixbuenemann avatar Aug 26 '16 02:08 felixbuenemann

Pull request added https://github.com/choppsv1/homebrew-term24/pull/11

jasonm23 avatar Sep 18 '16 04:09 jasonm23