Skip to content

fix(cask): use symbol form for depends_on macos#3

Open
tjsingleton wants to merge 2 commits into
smart-mcp-proxy:mainfrom
tjsingleton:fix/deprecated-depends-on-macos-syntax
Open

fix(cask): use symbol form for depends_on macos#3
tjsingleton wants to merge 2 commits into
smart-mcp-proxy:mainfrom
tjsingleton:fix/deprecated-depends-on-macos-syntax

Conversation

@tjsingleton

Copy link
Copy Markdown

Summary

  • Replaces the deprecated string-comparison form ">= :monterey" with the current symbol form :monterey on Casks/mcpproxy.rb line 36

Homebrew now warns on brew install and brew audit:

Calling string comparison format for `depends_on macos:` is deprecated!
Use `depends_on macos: :monterey` instead.

Both forms are semantically equivalent (require macOS 12 Monterey or newer); this is a pure syntax fix.

Test plan

  • brew audit --cask mcpproxy passes with no deprecation warning after the change

tjsingleton and others added 2 commits April 8, 2026 15:11
Homebrew deprecated the string comparison format ">= :monterey" in
favour of the symbol form :monterey. Fixes the brew audit warning:

  Calling string comparison format for `depends_on macos:` is
  deprecated! Use `depends_on macos: :monterey` instead.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
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