-
Additional Info
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Apparently the warning is a fatal error in
Is that intentional? Is it necessary? |
Beta Was this translation helpful? Give feedback.
-
Fixed by PR #20511. $ brew update
==> Updating Homebrew...
Updated 1 tap (homebrew/cask).
==> Outdated Formulae
krb5 libngtcp2 openldap
You have 3 outdated formulae installed.
You can upgrade them with brew upgrade
or list them with brew outdated.
$ brew update
==> Updating Homebrew...
Already up-to-date.
$ brew --version
Homebrew 4.6.7
$ brew upgrade -n krb5
==> Would upgrade 1 outdated package:
krb5 1.22 -> 1.22.1
$ brew install -n hello
==> Would install 1 formula:
hello |
Beta Was this translation helpful? Give feedback.
Fixed by PR #20511.