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
Does cask have (or want, or plan to add) some way to automatically calculate the current download URL and current version?
I've been working on figuring this out for a number of apps that I use which don't use 'static' download URLs. Ideally an app will have a Sparkle RSS feed which can be easily parsed for the current information.
For example, the latest download URL for VLC.app can be found here:
It seems to be that if cask could fetch the download URLs and version information 'dynamically' (I don't know what else to call it) then it would require less 'maintenance' of the various cask files for specific apps, especially apps which are frequently updated.
The text was updated successfully, but these errors were encountered:
Does cask have (or want, or plan to add) some way to automatically calculate the current download URL and current version?
I've been working on figuring this out for a number of apps that I use which don't use 'static' download URLs. Ideally an app will have a Sparkle RSS feed which can be easily parsed for the current information.
For example, the latest download URL for VLC.app can be found here:
And the latest version
There's even a checksum, although it isn't SHA1
It seems to be that if
cask
could fetch the download URLs and version information 'dynamically' (I don't know what else to call it) then it would require less 'maintenance' of the various cask files for specific apps, especially apps which are frequently updated.The text was updated successfully, but these errors were encountered: