kryptco / homebrew-tap

Other
6 stars 5 forks source link

Fix syntax for new homebrew #12

Closed retraut closed 3 years ago

retraut commented 3 years ago

Fix errors Warning: Calling cellar in a bottle block is deprecated! Use brew style --fix on the formula to update the style or use sha256 with a cellar: argument instead. Please report this issue to the kryptco/tap tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it: /usr/local/Homebrew/Library/Taps/kryptco/homebrew-tap/kr.rb:12

Warning: Calling sha256 "digest" => :tag in a bottle block is deprecated! Use brew style --fix on the formula to update the style or use sha256 tag: "digest" instead. Please report this issue to the kryptco/tap tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it: /usr/local/Homebrew/Library/Taps/kryptco/homebrew-tap/kr.rb:13

Warning: Calling sha256 "digest" => :tag in a bottle block is deprecated! Use brew style --fix on the formula to update the style or use sha256 tag: "digest" instead. Please report this issue to the kryptco/tap tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it: /usr/local/Homebrew/Library/Taps/kryptco/homebrew-tap/kr.rb:14

Warning: Calling sha256 "digest" => :tag in a bottle block is deprecated! Use brew style --fix on the formula to update the style or use sha256 tag: "digest" instead. Please report this issue to the kryptco/tap tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it: /usr/local/Homebrew/Library/Taps/kryptco/homebrew-tap/kr.rb:15

agrinman commented 3 years ago

Thank you! this was fixed in #11 .