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
Warning messages from homebrew when upgrading formulae
Warning: Calling 'depends_on :libpng' is deprecated!
Use 'depends_on "libpng"' instead.
/usr/local/Library/Taps/keckcaves/homebrew-keckcaves/vrui.rb:12:in `class:Vrui'
Warning: Calling Formula.sha1 is deprecated!
Use Formula.sha256 instead.
/usr/local/Library/Taps/keckcaves/homebrew-keckcaves/vrui-examples.rb:6:in `class:VruiExamplesBlueMarbleTex'
Warning: Calling SoftwareSpec#sha1 is deprecated!
Use SoftwareSpec#sha256 instead.
/usr/local/Library/Taps/keckcaves/homebrew-keckcaves/vrui-examples.rb:6:in `class:VruiExamplesBlueMarbleTex'
Warning: Calling Resource#sha1 is deprecated!
Use Resource#sha256 instead.
/usr/local/Library/Taps/keckcaves/homebrew-keckcaves/vrui-examples.rb:6:in `class:VruiExamplesBlueMarbleTex'
The text was updated successfully, but these errors were encountered:
Dears,
Since yesterday homebrew gives the following warnings for vrui and vrui-examples formulae. As you can see, they refer to syntax and depreciated sha1 issues. Concerning the sha1 to sha256 conversion information is provided here:
https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Checksum_Deprecation.md
Warning messages from homebrew when upgrading formulae
Warning: Calling 'depends_on :libpng' is deprecated!
Use 'depends_on "libpng"' instead.
/usr/local/Library/Taps/keckcaves/homebrew-keckcaves/vrui.rb:12:in `class:Vrui'
Warning: Calling Formula.sha1 is deprecated!
Use Formula.sha256 instead.
/usr/local/Library/Taps/keckcaves/homebrew-keckcaves/vrui-examples.rb:6:in `class:VruiExamplesBlueMarbleTex'
Warning: Calling SoftwareSpec#sha1 is deprecated!
Use SoftwareSpec#sha256 instead.
/usr/local/Library/Taps/keckcaves/homebrew-keckcaves/vrui-examples.rb:6:in `class:VruiExamplesBlueMarbleTex'
Warning: Calling Resource#sha1 is deprecated!
Use Resource#sha256 instead.
/usr/local/Library/Taps/keckcaves/homebrew-keckcaves/vrui-examples.rb:6:in `class:VruiExamplesBlueMarbleTex'
The text was updated successfully, but these errors were encountered: