-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
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
Reinstall latest cask won't download the latest version #1692
Comments
Vote for this one as well. One of the following (or combination of those) may be used here:
|
I'd like to vote for this one too! |
brew cask install have the --force option but it use cached installer and just relink the app. I think it will be must better to change current --force option to redownload. |
Yep, sounds good, --force used for "latest" cask makes it to be re-downloaded. One more think came to my mind is that brew-cask is not using "upgrade" command which may be helpful here. |
+1. I arrived at this issue because I was having problems "upgrading" the application "versions" from backpixel; it too uses the "latest" archive. |
According to this #309 (comment)
If you want to upgrade a cask you can do
brew cask uninstall && brew cask install
.It works fine for cask that has
version
.But if it is a
latest
version caskbrew cask uninstall
won't remove the download cache. So it will skip the download part and you will install the previous version.Maybe when we do
brew cask uninstall
it should also remove the download cache?The text was updated successfully, but these errors were encountered: