Homebrew Cask Packages Not Updating Properly #5970
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
https://docs.brew.sh/FAQ#why-arent-some-apps-included-during-brew-upgrade |
Beta Was this translation helpful? Give feedback.
-
Those casks, or at least the one in your screenshot, update themselves so brew doesn't touch them. |
Beta Was this translation helpful? Give feedback.
Yes, but...
brew upgrade --greedy
will install the latest versions that have been committed to the Homebrew cask repository. If a particular application is zealously updating itself, it's possible thatbrew upgrade --greedy
would downgrade that application instead.This is why
--greedy
is not the default mode; if you plan to rely on it, you should also disable auto-updates (if possible) in all the apps you install via Homebrew.