hidetatz / homebrew-tap

1 stars 8 forks source link

Warning: Calling bottle :unneeded is deprecated! There is no replacement. #1

Open yermulnik opened 2 years ago

yermulnik commented 2 years ago

Just got a warning from brew outdated:

Warning: Calling bottle :unneeded is deprecated! There is no replacement.
Please report this issue to the dty1er/tap tap (not Homebrew/brew or Homebrew/core):
  /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/dty1er/homebrew-tap/Formula/kubecolor.rb:9
Tenzer commented 2 years ago

I believe this will be fixed the next time a kubecolor version is released, as the latest version of Goreleaser has a fix for this: https://github.com/goreleaser/goreleaser/releases/tag/v0.183.0.

In the meantime, the offending line can be removed from the recipe to make the warning go away.

yermulnik commented 2 years ago

@Tenzer Thanks for heads up re goreleaser.

docwhat commented 2 years ago

Seconding @yermulnik – goreleaser/goreleaser@v0.183.0 has a fix now.

Tenzer commented 2 years ago

A PR has now been made which can solve the warning for all users of this tap: https://github.com/hidetatz/homebrew-tap/pull/2. Could this be merged please, so we can get rid of the warning?

jaklan commented 2 years ago

@hidetatz @rothgar - it's just waiting for clicking "merge"