Skip to content

Commit 732b0ee

Browse files
authored
Merge pull request #228711 from Homebrew/bump-github-mcp-server-0.6.0
github-mcp-server 0.6.0
2 parents 2b568c6 + 91142b1 commit 732b0ee

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.5.0.tar.gz"
5-
sha256 "4c874fcedd82d5df4533ab79e1b675135dd77725500e006b1195a59c01a67d60"
4+
url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.6.0.tar.gz"
5+
sha256 "c1a59707b47e0daa25d6ad5c26c78824be0e0558c519671f68290e54b8840ddc"
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: "ec3948fc913589dbc7b92add59c04a7682594307f3cbc4de0cf4afe868374f8b"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec3948fc913589dbc7b92add59c04a7682594307f3cbc4de0cf4afe868374f8b"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "ec3948fc913589dbc7b92add59c04a7682594307f3cbc4de0cf4afe868374f8b"
13-
sha256 cellar: :any_skip_relocation, sonoma: "8607407d33e24eccfb0e466bb778f2bd796aabe2ca10b1a5a6b7ded960177bca"
14-
sha256 cellar: :any_skip_relocation, ventura: "8607407d33e24eccfb0e466bb778f2bd796aabe2ca10b1a5a6b7ded960177bca"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ee67d26912654d181ee7034bb6982c44cad3548e4b954621e9f041d770f4470d"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "084f261bbeebefe2fa9d7e10354e2382bec0dc459f7912d2c5572cab91885468"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "084f261bbeebefe2fa9d7e10354e2382bec0dc459f7912d2c5572cab91885468"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "084f261bbeebefe2fa9d7e10354e2382bec0dc459f7912d2c5572cab91885468"
13+
sha256 cellar: :any_skip_relocation, sonoma: "8a397a2b001069983d89aa45116a87eccb0860101a9e8c83ca7b5fc9d5ece9a0"
14+
sha256 cellar: :any_skip_relocation, ventura: "8a397a2b001069983d89aa45116a87eccb0860101a9e8c83ca7b5fc9d5ece9a0"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9a74e69df7b75c08e89ea67ffdf33669508789de82ecabffe2c79e707291770a"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)