Caskbrew upgrade upgrades casks that have auto update built in since brew 6. #6916
Output of
|
Replies: 3 comments 12 replies
|
This is now the expected behaviour. Upgrade will proceed for a cask with auto_updates, only after a comparison is made between the version currently installed on your system and the latest version in Homebrew. If the upgrade has already been completed by the in-app updater, Homebrew should leave it alone. If this is not what you see happen, please open an issue with specifics about the application that does not follow this behaviour. (What version was installed, and what was it updated to). |
|
Is there a way to opt out of this new behaviour? Or some way to make it not terminate processes? I was personally very happy with the previous behaviour where auto-updating apps (like Vivaldi, VS Code) just show me a "there is an update" button that I could push when it was convenient. Meanwhile, I could still |
|
This new behaviour leads to https://github.com/domt4/homebrew-autoupdate breaking running apps. For example, this happens with Chrome if you haven't restarted to install the latest update. Homebrew will update it for you, but after that happens, opening any new tab will immediately crash. |
This is now the expected behaviour. Upgrade will proceed for a cask with auto_updates, only after a comparison is made between the version currently installed on your system and the latest version in Homebrew. If the upgrade has already been completed by the in-app updater, Homebrew should leave it alone.
If this is not what you see happen, please open an issue with specifics about the application that does not follow this behaviour. (What version was installed, and what was it updated to).