[ ] Checked the cask was not already refused (add your cask's name to the end of the search field).
[ ] brew audit --cask --new <cask> worked successfully.
[ ] HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask> worked successfully.
[ ] brew uninstall --cask <cask> worked successfully.
The existing livecheck block for wings3d was added in #191576 and contains a regex but no url. Though this technically works, we treat url as a required part of a livecheck block (as changes to the checkable cask URLs can change livecheck's behavior if we don't specify the URL). This adds url :url to the livecheck block to make the current behavior explicit.
Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions
<cask>
is the token of the cask you're submitting.After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>
is error-free.brew style --fix <cask>
reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>
worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>
worked successfully.brew uninstall --cask <cask>
worked successfully.The existing
livecheck
block forwings3d
was added in #191576 and contains a regex but nourl
. Though this technically works, we treaturl
as a required part of alivecheck
block (as changes to the checkable cask URLs can change livecheck's behavior if we don't specify the URL). This addsurl :url
to thelivecheck
block to make the current behavior explicit.