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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
Hi! Cool app!
It's possible to use that unversioned download URL in our DSL by setting version to 'latest' and unsetting the sha256 to turn off validity check on the downloaded file.
But I'm actually trying to move in the other direction, to always use explicit versioning
(and checksumming) in the DSL so that our software can learn to manage upgrades,
per many user requests (#309). Roadmap at #4678.
Currently, we are very good at installing, inconsistent at uninstalling, and pretty much
incapable of upgrading. Adding the appcast stanza is part of that same effort:
we should first be able to use it to detect when a Cask needs to be revised, and
later give users an option to find and install the most recent version per the appcast.
There's also a comment about this point at #1021 (comment) .
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the detailed and fast answer! That setup makes sense, given your goals and the roadmap. I'll try to remember to add a pull request for major updates to the app. All the best on your project!
0cad9f7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the url should be 'http://downloads.findingsapp.com/findings'
0cad9f7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! Cool app!
It's possible to use that unversioned download URL in our DSL by setting
version
to'latest'
and unsetting thesha256
to turn off validity check on the downloaded file.But I'm actually trying to move in the other direction, to always use explicit versioning
(and checksumming) in the DSL so that our software can learn to manage upgrades,
per many user requests (#309). Roadmap at #4678.
Currently, we are very good at installing, inconsistent at uninstalling, and pretty much
incapable of upgrading. Adding the
appcast
stanza is part of that same effort:we should first be able to use it to detect when a Cask needs to be revised, and
later give users an option to find and install the most recent version per the appcast.
There's also a comment about this point at #1021 (comment) .
0cad9f7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the detailed and fast answer! That setup makes sense, given your goals and the roadmap. I'll try to remember to add a pull request for major updates to the app. All the best on your project!