tink-crypto / tink

Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
https://developers.google.com/tink
Apache License 2.0
13.47k stars 1.18k forks source link

remove unneeded directive for homebrew #551

Closed cmiller01 closed 2 years ago

cmiller01 commented 2 years ago

this directive no longer matters to Homebrew (as of: https://github.com/Homebrew/brew/pull/11239).

Currently when installing you'll get some noisy messages on install:

$ brew install tinkey
Warning: Calling bottle :unneeded is deprecated! There is no replacement.
Please report this issue to the google/tink tap (not Homebrew/brew or Homebrew/core):
  /usr/local/Homebrew/Library/Taps/google/homebrew-tink/tinkey.rb:12

==> Downloading https://storage.googleapis.com/tinkey/tinkey-1.6.0.tar.gz
Already downloaded: /Users/christian.miller/Library/Caches/Homebrew/downloads/c6046b8c4594ec725506522dff34a5f38c825ca7faad65d08f9dca8e32b52b65--tinkey-1.6.0.tar.gz
==> Installing tinkey from google/tink
Warning: Calling bottle :unneeded is deprecated! There is no replacement.
Please report this issue to the google/tink tap (not Homebrew/brew or Homebrew/core):
  /usr/local/Homebrew/Library/Taps/google/homebrew-tink/tinkey.rb:12

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

🍺  /usr/local/Cellar/tinkey/1.6.0: 4 files, 16.9MB, built in 5 seconds

this should fix that 😄

thaidn commented 2 years ago

Thanks I'm merging this.