Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The existing `livecheck` block for `ocenaudio` checks the upstream changelog page and parses the version links in the HTML. This works but each of the cask `url`s return a 200 response that has a `Content-Disposition` header with a versioned filename, so it makes more sense to check that instead. These files use the same version at the moment but using `HeaderMatch` to identify the version from the `url` response ensures that we're checking each upstream file version instead of assuming that they will always be the same.
- Loading branch information