cdlm / homebrew-custom

Micellaneous Homebrew recipes
http://mxcl.github.com/homebrew/
3 stars 0 forks source link

Formula.sha1 is disabled #2

Open barbeque opened 8 years ago

barbeque commented 8 years ago

When running brew doctor after the recent Homebrew 1.1 update with mspdebug tapped, I get the following message:

Error: Calling Formula.sha1 is disabled!
Use Formula.sha256 instead.
/usr/local/Homebrew/Library/Taps/cdlm/homebrew-custom/mspdebug.rb:5:in `<class:Mspdebug>'
Please report this to the cdlm/custom tap!
Please report this bug:
  https://git.io/brew-troubleshooting

I think all that needs to be done is to update the formula file to have a sha256 but I'm not sure what it's an sha256 of, otherwise I'd file a pull request.

Let me know if you have any other questions that I can help with. Thanks for the great work on this project!

barbeque commented 8 years ago

I filed a pull request about what I think is the right thing to do.

Downloaded 0.19 from sourceforge, ran shasum -a 256 on it.

cdlm commented 8 years ago

Do you use these formulae regularly ? Haven't looked at them in years, and never actually took the time to play with MSP430 :/

Also I see that homebrew-core has a more recent version already. Is this repo really useful anymore?

barbeque commented 8 years ago

Now that you mention it, it is probably obsolete now. Sorry to have taken up your time.

cdlm commented 8 years ago

Do you know what the status of llvm-msp430 is? I suspect I should probably kill that repo or at least indicate that it's obsolete…

Update: check this blog post it mentions another set of more recent homebrew formulae…