- Only the `sha256` changes: Merge unless the version needs to be updated as well.
It’s not uncommon for upstream vendors to update versions in-place.
-`livecheck` is updated: Use your best judgement and try to make sure that the changes
follow the [`livecheck` guidelines](Brew-Livecheck.md).
- Only the `version` changes or the `version` format changes: Use your best judgement and
merge if it seems correct (this is relatively rare).
- Other changes (including adding new casks): Use the [Cask Cookbook](Cask-Cookbook.md) to determine what's correct.
If in doubt, ask another cask maintainer on GitHub or Slack.
Note that unlike in formulae, casks do not consider the `sha256` stanza as meaningful security measure as maintainers cannot realistically check them for authenticity. Casks download from upstream; if a malicious actor compromised a URL, they could just as well compromise a version and make it look like an update.