Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/brew-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
uses: Homebrew/actions/setup-homebrew@1e34f2e2acaa766b7efacb8c26352e6abbb023f9 # 2026.09.13.1

- name: Tap the checked-out repo
# Link the checkout into Homebrew's Taps dir so `brew style`/`brew audit`
Expand Down
6 changes: 2 additions & 4 deletions Casks/mcpproxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,15 @@
on_arm do
sha256 "fdeabc6097564aee2a17bed13efe02463900d42da8e896d214d8980057457fc6"

url "https://github.com/smart-mcp-proxy/mcpproxy-go/releases/download/v#{version}/mcpproxy-#{version}-darwin-arm64-installer.dmg",
verified: "github.com/smart-mcp-proxy/mcpproxy-go/"
url "https://github.com/smart-mcp-proxy/mcpproxy-go/releases/download/v#{version}/mcpproxy-#{version}-darwin-arm64-installer.dmg"
end
on_arm do
pkg "mcpproxy-#{version}-darwin-arm64.pkg"
end
on_intel do
sha256 "b74068c737b02617c4eedc0015d3cd57533a06d8ec63cdb78df7d25d12171343"

url "https://github.com/smart-mcp-proxy/mcpproxy-go/releases/download/v#{version}/mcpproxy-#{version}-darwin-amd64-installer.dmg",
verified: "github.com/smart-mcp-proxy/mcpproxy-go/"
url "https://github.com/smart-mcp-proxy/mcpproxy-go/releases/download/v#{version}/mcpproxy-#{version}-darwin-amd64-installer.dmg"
end
on_intel do
pkg "mcpproxy-#{version}-darwin-amd64.pkg"
Expand Down
Loading