Homebrew / homebrew-cask

🍻 A CLI workflow for the administration of macOS applications distributed as binaries
https://brew.sh
BSD 2-Clause "Simplified" License
20.97k stars 10.74k forks source link

wings3d: update livecheck #193179

Closed samford closed 19 hours ago

samford commented 19 hours ago

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:

Additionally, if adding a new cask:


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.