We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brew upgrade
e.g. I have vagrant 1.3.0 installed via cask, brew update updated the vagrant recipe to 1.4.0 but when I brew upgrade nothing happened
brew update
If I manually brew cask install vagrant it did installed the 1.4.0 version.
brew cask install vagrant
The text was updated successfully, but these errors were encountered:
@number5 We currently do not use the upgrade command to update applications. See #309 for more information.
Sorry, something went wrong.
So there is no way to auto update packages installed by Cask? Not even a way to list all outdated Casks?
After running a brew update, you can run brew cask install application_name to update the file in place.
brew cask install application_name
No branches or pull requests
e.g. I have vagrant 1.3.0 installed via cask,
brew update
updated the vagrant recipe to 1.4.0 but when Ibrew upgrade
nothing happenedIf I manually
brew cask install vagrant
it did installed the 1.4.0 version.The text was updated successfully, but these errors were encountered: