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
Whilst I know that currently, homebrew-cask is not able to automatically manage updates of installed casks (and that people are actively thinking of how to implement it) I wonder if systematically avoid the use of :latest as version number in formulae wouldn't be a first "good practice".
In fact, I observed that `brew cask install```already-installed-formula`` is quite useful to get a new version when availaible:
you get a warning telling you it's already installed (if the version has not been updated)
or you download and install the new version (if updated)
So this is a way to easily maintain our installed software up-to-date.
But this nice behavior seems impossible if the formula updates keep always :latest as version number instead of the real software version number. Moreover, most of the time this version number really exists for the original software and it would be logical to write this original version number in the formula, even if the download link does not contain a version number.
Wouldn't it be a good idea to remove those :latest as often as possible?
The text was updated successfully, but these errors were encountered:
For some casks, this is downright impossible without having the cask break constantly. Those are the casks that have an unversioned url, such as zooom.
For all the others, yes, we’re currently shifting to remove :latest as often as possible.
This has all been discussed in #1021. See #1021 (comment) for a succinct conclusion.
Hello,
Whilst I know that currently, homebrew-cask is not able to automatically manage updates of installed casks (and that people are actively thinking of how to implement it) I wonder if systematically avoid the use of
:latest
as version number in formulae wouldn't be a first "good practice".In fact, I observed that `brew cask install```already-installed-formula`` is quite useful to get a new version when availaible:
So this is a way to easily maintain our installed software up-to-date.
But this nice behavior seems impossible if the formula updates keep always
:latest
as version number instead of the real software version number. Moreover, most of the time this version number really exists for the original software and it would be logical to write this original version number in the formula, even if the download link does not contain a version number.Wouldn't it be a good idea to remove those
:latest
as often as possible?The text was updated successfully, but these errors were encountered: