sonatype-nexus-community / nancy

A tool to check for vulnerabilities in your Golang dependencies, powered by Sonatype OSS Index
Apache License 2.0
562 stars 74 forks source link

Homebrew: Calling bottle :unneeded is deprecated #252

Closed SVilgelm closed 2 years ago

SVilgelm commented 2 years ago

brew upgrade reports a warning:

Warning: Calling bottle :unneeded is deprecated! There is no replacement.
Please report this issue to the sonatype-nexus-community/nancy-tap tap (not Homebrew/brew or Homebrew/core):
  /opt/homebrew/Library/Taps/sonatype-nexus-community/homebrew-nancy-tap/nancy.rb:9

Fix is very trivial, you just need to release new version, goreleaser already has a fix https://github.com/goreleaser/goreleaser/issues/2595

cc @bhamail / @DarthHater

bhamail commented 2 years ago

Thanks @SVilgelm ! Running new release now. (look for v1.0.26).

bhamail commented 2 years ago

I think v1.0.26 solves the warning. Could you give it a try and report if it works for you?

SVilgelm commented 2 years ago

Thanks, the warning has been disappeared