Skip to content

Commit 7417d18

Browse files
authored
Merge pull request #223497 from Homebrew/bump-github-mcp-server-0.3.0
github-mcp-server 0.3.0
2 parents 8feb33e + d990103 commit 7417d18

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.2.1.tar.gz"
5-
sha256 "621fd4eca813c715cc64149c4fd6d7ccb193ca9283a761ab129b8f869296217f"
4+
url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.3.0.tar.gz"
5+
sha256 "3e7e3b8e6496d95e4913661e44665067bfe6874da016dc43b53e5f8beaad1a26"
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: "5095440a17d12556bb8a03bf4a720daa9c12e76b663f7232c7bd6559f9221ca6"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5095440a17d12556bb8a03bf4a720daa9c12e76b663f7232c7bd6559f9221ca6"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5095440a17d12556bb8a03bf4a720daa9c12e76b663f7232c7bd6559f9221ca6"
13-
sha256 cellar: :any_skip_relocation, sonoma: "48ed56c4b7967f17e1e3fffa88165bfb32788a2603c8ef23c56eafd522683eb6"
14-
sha256 cellar: :any_skip_relocation, ventura: "48ed56c4b7967f17e1e3fffa88165bfb32788a2603c8ef23c56eafd522683eb6"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "911fbb58aeb6c06114bc826a1d31e6658bcf86982e047ac0d43dbcb9da792c8d"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "04654215b56e0ab9153f4baa048ce0762ac361b39797b0920b1c1c8d8c1dd3c6"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "04654215b56e0ab9153f4baa048ce0762ac361b39797b0920b1c1c8d8c1dd3c6"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "04654215b56e0ab9153f4baa048ce0762ac361b39797b0920b1c1c8d8c1dd3c6"
13+
sha256 cellar: :any_skip_relocation, sonoma: "98044197710393da960dc6d27f83d54b939e71ea033bea0ba0930875b7550881"
14+
sha256 cellar: :any_skip_relocation, ventura: "98044197710393da960dc6d27f83d54b939e71ea033bea0ba0930875b7550881"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "bd935cfe770e4882c92d0b4dc364d50e107e845791706b4a0dcc560d37964139"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)