···57573. Update the cask's `url` to be the archive of the latest tag. This URL will be in this format: `https://github.com/USER/REPO/archive/refs/tags/VERSION.tar.gz`
58584. Update the `sha256`. Once you have the url updated, you can let Homebrew generate it for you by running this inside your tap repo:
5959 ```
6060- brew fetch ./Casks/to.rb
6060+ brew fetch --formula ./Casks/to.rb
6161 ```