You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue with casks which have an explicit version stanza, rather than using the stable or latest values.
I use a Brewfile with many brew cask install <name> commands listed, and I've got brew cask alfred link enabled.
When I do a brew update && brew bundle, homebrew-cask will install a new version of any Casks I have in my Brewfile which have been version-bumped alongside the old version.
This means that Alfred picks up both copies in /opt/homebrew-cask/Caskroom and is quite annoying.
Is there any way to upgrade a Cask that is version-locked and has been bumped?
The text was updated successfully, but these errors were encountered:
This is an issue with casks which have an explicit
version
stanza, rather than using thestable
orlatest
values.I use a
Brewfile
with manybrew cask install <name>
commands listed, and I've gotbrew cask alfred link
enabled.When I do a
brew update && brew bundle
,homebrew-cask
will install a new version of any Casks I have in myBrewfile
which have been version-bumped alongside the old version.This means that Alfred picks up both copies in
/opt/homebrew-cask/Caskroom
and is quite annoying.Is there any way to upgrade a Cask that is version-locked and has been bumped?
The text was updated successfully, but these errors were encountered: