Skip to content

Commit 81b7051

Browse files
authored
Merge pull request #232849 from Homebrew/bump-github-mcp-server-0.11.0
github-mcp-server 0.11.0
2 parents 286441c + f4ddbd1 commit 81b7051

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/github-mcp-server.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class GithubMcpServer < Formula
22
desc "GitHub Model Context Protocol server for AI tools"
33
homepage "https://github.com/github/github-mcp-server"
4-
url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.10.0.tar.gz"
5-
sha256 "315038dabace7a414c97cfa93293e3feaf7c699f78866175b4ae2b5c191f514d"
4+
url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.11.0.tar.gz"
5+
sha256 "8754d2f5fa41ecd8ad55f803030d09c28285c9a746f92dbdbe69ede473532a6b"
66
license "MIT"
77
head "https://github.com/github/github-mcp-server.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc65acc8187353a0de8ed283aaf417a1bf7ff0a90e13257fd00dd19635c5bdfc"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc65acc8187353a0de8ed283aaf417a1bf7ff0a90e13257fd00dd19635c5bdfc"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "cc65acc8187353a0de8ed283aaf417a1bf7ff0a90e13257fd00dd19635c5bdfc"
13-
sha256 cellar: :any_skip_relocation, sonoma: "2954925b08b70e01cd2e233e6b1a437a394ccfbc15606f0252c467a382cc5a0e"
14-
sha256 cellar: :any_skip_relocation, ventura: "2954925b08b70e01cd2e233e6b1a437a394ccfbc15606f0252c467a382cc5a0e"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a58d19f36d640c90faf10820ea361b1e56c0e057f543ed6f8463055e1742e64b"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4fea8f656bae73583d0b985eba211f7ea68a64d7ad245b2bd0972047d211918"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4fea8f656bae73583d0b985eba211f7ea68a64d7ad245b2bd0972047d211918"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e4fea8f656bae73583d0b985eba211f7ea68a64d7ad245b2bd0972047d211918"
13+
sha256 cellar: :any_skip_relocation, sonoma: "2ed7cec6b768e4753f07af53bdba00df2dae7e5d5d64211a9b5548a67e204918"
14+
sha256 cellar: :any_skip_relocation, ventura: "2ed7cec6b768e4753f07af53bdba00df2dae7e5d5d64211a9b5548a67e204918"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "22baeb0486c68177c56b8a3f8f9d24bf1ee01d6ab49536a53826fb53d5449e37"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)