From 180568e23f154f4a4e6b1b88e2b6f71630df1085 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:04:52 +0000 Subject: [PATCH 1/2] github-mcp-server 0.8.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 2acfa4e1a5cd1..fd44e85b6dbab 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.7.0.tar.gz" - sha256 "ad6580d2ad66f5ec11fa0fc339d571034930ec0390b94fcbe2252478d20ad07d" + url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.8.0.tar.gz" + sha256 "03d827785ee4b68dce0b97215e0f8f1a87a46df584d35109156d8058cab1526e" license "MIT" head "https://github.com/github/github-mcp-server.git", branch: "main" From bd3e130148c32aafcbc6e34890d9c8b25bf4553b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:19:28 +0000 Subject: [PATCH 2/2] github-mcp-server: update 0.8.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 fd44e85b6dbab..860b843442c0d 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: "dfb8db2d5000955a2498efbc749b6242e79edb70e0f1848e570e8555b9ee7b0e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dfb8db2d5000955a2498efbc749b6242e79edb70e0f1848e570e8555b9ee7b0e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dfb8db2d5000955a2498efbc749b6242e79edb70e0f1848e570e8555b9ee7b0e" - sha256 cellar: :any_skip_relocation, sonoma: "0704b2fbc2a98f50a67c5a98166596599530d6144169dbfc61fefe1a886728c6" - sha256 cellar: :any_skip_relocation, ventura: "0704b2fbc2a98f50a67c5a98166596599530d6144169dbfc61fefe1a886728c6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "85c01f81e507435d2b707f59fa09fe31a3ea9e18ebd15d344b8e73e87714a78f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c54908baf35f2adbeb31c28ee67f11a5776b77b81dcfe1dd0101d2a1794be069" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c54908baf35f2adbeb31c28ee67f11a5776b77b81dcfe1dd0101d2a1794be069" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c54908baf35f2adbeb31c28ee67f11a5776b77b81dcfe1dd0101d2a1794be069" + sha256 cellar: :any_skip_relocation, sonoma: "28be78c85481020e0f2b477f647ada8edc66ad2598bea97a29a878d246a35803" + sha256 cellar: :any_skip_relocation, ventura: "28be78c85481020e0f2b477f647ada8edc66ad2598bea97a29a878d246a35803" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fbbba95ec5cd0c9db71f82dbb04d2e858e1d6f30a4380c59a71560c32e7437cc" end depends_on "go" => :build