Skip to content

Cask: remove deprecated verified param from url stanza - #1750

Open
mustafakapasi wants to merge 1 commit into
r3dbars:mainfrom
mustafakapasi:fix/deprecated-verified-url-param
Open

mustafakapasi wants to merge 1 commit into
r3dbars:mainfrom
mustafakapasi:fix/deprecated-verified-url-param

Conversation

@mustafakapasi

Copy link
Copy Markdown

Summary

brew install transcripted currently prints this warning on every install:

Warning: Calling the `verified` parameter in the `url` stanza is deprecated! Use the default URL verification behaviour instead.

Homebrew's Cask::URL marks verified as a no-op kept only for backward compatibility with existing casks (DEPRECATED_URL_SPECS = [:verified]), so it has no effect either way — removing it is a pure cleanup with no behavior change.

Changes

  • Drop the verified: kwarg from the url stanza in Casks/transcripted.rb.

Test plan

  • ruby -c Casks/transcripted.rb — syntax OK
  • brew style --cask against this cask — no offenses
  • brew audit --cask --online against this cask — no offenses, download/verification succeeds

Homebrew's `verified` kwarg on the `url` stanza is now a no-op
(Cask::URL::DEPRECATED_URL_SPECS), so calling it just triggers a
deprecation warning on every install. Default URL verification
already covers this cask without the explicit param.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RTFtev1bzUotGfV6tee1mG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant