kwant-project / homebrew-kwant

Homebrew repository for installing kwant
0 stars 2 forks source link

error: sha1 is disabled #3

Open samuehae opened 7 years ago

samuehae commented 7 years ago

Hi, After installing kwant, homebrew reports the following error (brew doctor)

Error: Calling Formula.sha1 is disabled! Use Formula.sha256 instead. /usr/local/Homebrew/Library/Taps/michaelwimmer/homebrew-kwant/mumps_seq.rb:6:in `' Please report this to the michaelwimmer/kwant tap!

sha1 is used in the formulas kwant, mumps_seq and tinyarray. It should be replaced by sha256.

Thanks for helping!