From 1608f6b3c4680420511a71c30f3f8a379e0f6654 Mon Sep 17 00:00:00 2001 From: Jochen Richter Date: Sat, 12 Sep 2026 09:27:14 -0700 Subject: [PATCH] fix(brew): drop deprecated Homebrew cask url.verified 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. --- .goreleaser.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index c66bac19..28ae647f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -141,12 +141,8 @@ homebrew_casks: commit_author: name: "Doppler Bot" email: bot@doppler.com - homepage: "https://doppler.com" - description: "The official Doppler CLI for managing your secrets" - # homepage (doppler.com) differs from the release download domain - # (github.com), so mark the URL verified to satisfy `brew audit` - url: - verified: github.com/DopplerHQ/cli + homepage: "https://doppler.com/" + description: "Official CLI for managing secrets" binaries: - doppler completions: