capnfabs / grouse

A diff tool for Hugo static sites.
https://capnfabs.net/posts/grouse-diff-tool-hugo-static-site-generators/
MIT License
12 stars 2 forks source link

homebrew formula causes repeated complaints #19

Closed JonathanDoughty closed 1 year ago

JonathanDoughty commented 2 years ago

With grouse 0.2 installed via homebrew, current versions of homebrew complain on each update:

Warning: Calling bottle :unneeded is deprecated! There is no replacement. Please report this issue to the capnfabs/tap tap (not Homebrew/brew or Homebrew/core): /usr/local/Homebrew/Library/Taps/capnfabs/homebrew-tap/grouse.rb:6

I think this may be a result of goreleaser's deprecation of the github section used in the current .goreleaser.yml, which I presume would require an update to the grouse.rb homebrew tap.

That is largely speculation on my part however, though it does seem to be a now fixed bug in goreleaser

capnfabs commented 2 years ago

Thanks for the report and the preliminary investigation! That sounds like a plausible explanation; I'll look into it when I get time.

capnfabs commented 1 year ago

Hey @JonathanDoughty! Just wanted to say thank again for filing this; I just ran into this when trying to install grouse on a new machine and it made diagnosing / fixing the issue super easy.

Issue's fixed now; installing with brew install capnfabs/tap/grouse is working again.