From 59b2d38aed0fafbd19fd52a8de4e377421089952 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:02:35 +0000 Subject: [PATCH 1/2] github-mcp-server 0.6.0 --- Formula/g/github-mcp-server.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/github-mcp-server.rb b/Formula/g/github-mcp-server.rb index decaf01ca5f9a..2c292252147b7 100644 --- a/Formula/g/github-mcp-server.rb +++ b/Formula/g/github-mcp-server.rb @@ -1,8 +1,8 @@ class GithubMcpServer < Formula desc "GitHub Model Context Protocol server for AI tools" homepage "https://github.com/github/github-mcp-server" - url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.5.0.tar.gz" - sha256 "4c874fcedd82d5df4533ab79e1b675135dd77725500e006b1195a59c01a67d60" + url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.6.0.tar.gz" + sha256 "c1a59707b47e0daa25d6ad5c26c78824be0e0558c519671f68290e54b8840ddc" license "MIT" head "https://github.com/github/github-mcp-server.git", branch: "main" From 91142b1c1e8b3496c4e40eda5aed4675953109ad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:17:05 +0000 Subject: [PATCH 2/2] github-mcp-server: update 0.6.0 bottle. --- Formula/g/github-mcp-server.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/github-mcp-server.rb b/Formula/g/github-mcp-server.rb index 2c292252147b7..d5b3e1101256a 100644 --- a/Formula/g/github-mcp-server.rb +++ b/Formula/g/github-mcp-server.rb @@ -7,12 +7,12 @@ class GithubMcpServer < Formula head "https://github.com/github/github-mcp-server.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec3948fc913589dbc7b92add59c04a7682594307f3cbc4de0cf4afe868374f8b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec3948fc913589dbc7b92add59c04a7682594307f3cbc4de0cf4afe868374f8b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ec3948fc913589dbc7b92add59c04a7682594307f3cbc4de0cf4afe868374f8b" - sha256 cellar: :any_skip_relocation, sonoma: "8607407d33e24eccfb0e466bb778f2bd796aabe2ca10b1a5a6b7ded960177bca" - sha256 cellar: :any_skip_relocation, ventura: "8607407d33e24eccfb0e466bb778f2bd796aabe2ca10b1a5a6b7ded960177bca" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ee67d26912654d181ee7034bb6982c44cad3548e4b954621e9f041d770f4470d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "084f261bbeebefe2fa9d7e10354e2382bec0dc459f7912d2c5572cab91885468" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "084f261bbeebefe2fa9d7e10354e2382bec0dc459f7912d2c5572cab91885468" + sha256 cellar: :any_skip_relocation, arm64_ventura: "084f261bbeebefe2fa9d7e10354e2382bec0dc459f7912d2c5572cab91885468" + sha256 cellar: :any_skip_relocation, sonoma: "8a397a2b001069983d89aa45116a87eccb0860101a9e8c83ca7b5fc9d5ece9a0" + sha256 cellar: :any_skip_relocation, ventura: "8a397a2b001069983d89aa45116a87eccb0860101a9e8c83ca7b5fc9d5ece9a0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9a74e69df7b75c08e89ea67ffdf33669508789de82ecabffe2c79e707291770a" end depends_on "go" => :build