Skip to content

Commit aba760e

Browse files
authored
Merge pull request #224510 from Homebrew/bump-github-mcp-server-0.4.0
github-mcp-server 0.4.0
2 parents e279f53 + aa46ac2 commit aba760e

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.3.0.tar.gz"
5-
sha256 "3e7e3b8e6496d95e4913661e44665067bfe6874da016dc43b53e5f8beaad1a26"
4+
url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.4.0.tar.gz"
5+
sha256 "824412c08b0fb8f462c6c59cc606791baffaaecb66810f4e274a3a7bd7fa6d99"
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: "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"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "db1ff3f7ca90dea5b7b591686008f23a74291efb4bbb7be52b417b2608b404eb"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "db1ff3f7ca90dea5b7b591686008f23a74291efb4bbb7be52b417b2608b404eb"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "db1ff3f7ca90dea5b7b591686008f23a74291efb4bbb7be52b417b2608b404eb"
13+
sha256 cellar: :any_skip_relocation, sonoma: "23a1d199ea1d2cba9b494b3d8535ba7c0d884acf30b9601a8837512314d9283f"
14+
sha256 cellar: :any_skip_relocation, ventura: "23a1d199ea1d2cba9b494b3d8535ba7c0d884acf30b9601a8837512314d9283f"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "acfaf80176388285cd66eb52e6a86b5760e3245b08e65e76f2899871f63d7573"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)