Skip to content

fix(brew): drop deprecated Homebrew cask url.verified - #557

Closed
Pattkopp wants to merge 1 commit into
DopplerHQ:masterfrom
Pattkopp:fix/homebrew-cask-deprecations
Closed

fix(brew): drop deprecated Homebrew cask url.verified#557
Pattkopp wants to merge 1 commit into
DopplerHQ:masterfrom
Pattkopp:fix/homebrew-cask-deprecations

Conversation

@Pattkopp

Copy link
Copy Markdown

Homebrew 6 prints this on every command that loads the Doppler cask:

Warning: Calling the `verified` parameter in the `url` stanza is deprecated! Use the default URL verification behaviour instead.
Please report this issue to the dopplerhq/homebrew-doppler tap

url.verified is a no-op in current Homebrew (Homebrew/brew#23280). GoReleaser v2.18.1 stopped emitting it and deprecates homebrew_casks.url.verified.

Changes

  • Remove homebrew_casks.url.verified. Default URL verification covers the GitHub release assets.
  • Set homepage to https://doppler.com/ (Homebrew requires a slash after the domain).
  • Set description to a brew style compliant value (no leading article, no cask token).

The post-install quarantine strip stays in hooks.post.install. GoReleaser still wraps that hook in a legacy postflight block. The tap cask in DopplerHQ/homebrew-doppler#3 already uses postflight_steps; that tap change is overwritten on the next GoReleaser publish until GoReleaser emits postflight_steps.

Homebrew 6 deprecates url.verified and uses default URL verification
(Homebrew/brew#23280). GoReleaser v2.18.1 no longer writes the
parameter. Leaving it in this config regenerates a cask that warns on
every brew command.
@Pattkopp
Pattkopp requested a review from a team as a code owner September 12, 2026 16:27
@Pattkopp Pattkopp closed this Sep 12, 2026
@Pattkopp
Pattkopp deleted the fix/homebrew-cask-deprecations branch September 12, 2026 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant