appcast stanza question #173
-
Hi What exactly is the example: https://github.com/Homebrew/homebrew-cask/blob/master/Casks/ripme.rb#L6 There is a new release of this cask. I need to do a PR? In thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In a nutshell, the content retrieved from the As for the updating of the cask itself, it seems to still be a manual process. See https://github.com/Homebrew/homebrew-cask/blob/master/doc/cask_language_reference/stanzas/appcast.md for the full details, and https://github.com/Homebrew/homebrew-cask/blob/master/doc/cask_language_reference/all_stanzas.md for links to all the stanzas available. |
Beta Was this translation helpful? Give feedback.
In a nutshell, the content retrieved from the
appcast
URL is parsed bybrew
to determine the latest release version of the software. That's pretty much it.As for the updating of the cask itself, it seems to still be a manual process.
See https://github.com/Homebrew/homebrew-cask/blob/master/doc/cask_language_reference/stanzas/appcast.md for the full details, and https://github.com/Homebrew/homebrew-cask/blob/master/doc/cask_language_reference/all_stanzas.md for links to all the stanzas available.