jpommerening / homebrew-avr

Homebrew formulas for SimulAVR
MIT License
1 stars 2 forks source link

Homebrew has obsoleted SHA-1 #9

Open tpwrules opened 7 years ago

tpwrules commented 7 years ago

As mentioned, Homebrew has obsoleted SHA-1 hashes for verification. The tap now generates errors like so:

Warning: Calling Resource#sha1 is deprecated! Use Resource#sha256 instead. /usr/local/Homebrew/Library/Taps/jpommerening/homebrew-avr/avr-libc.rb:7:in `class:AvrLibc' Please report this to the jpommerening/avr tap!

arnulfojr commented 7 years ago

Yea, would be great if the repo maintainer could fix this 👍!

jpommerening commented 7 years ago

Hi @tpwrules, sorry for keeping you waiting so long.

I could just switch to sha256, but let me point out that there's a @osx-cross tap with more up-to-date versions of the AVR formulae. Just tap osx-cross/avr:

$ brew untap jpommerening/avr
$ brew tap osx-cross/avr