From 4a3bba3c04b390aac216b1cbf16d15322dfa8825 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 12 Sep 2025 17:01:27 +0000 Subject: [PATCH 1/2] github-mcp-server 0.15.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 e2eb46f551846..01cce79be7c6f 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.14.0.tar.gz" - sha256 "3b3fe5aef82774163e0052f7f83eb29bf32ec20c987bd5748f57651a4ca05a77" + url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.15.0.tar.gz" + sha256 "3058497fe92f3804a65674cf8fc529ac9839cdab1efc07703cf78639bcdbcefc" license "MIT" head "https://github.com/github/github-mcp-server.git", branch: "main" From 7499e638e68ab1b37d3c237e394324c6df6db6a1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 12 Sep 2025 17:18:51 +0000 Subject: [PATCH 2/2] github-mcp-server: update 0.15.0 bottle. --- Formula/g/github-mcp-server.rb | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Formula/g/github-mcp-server.rb b/Formula/g/github-mcp-server.rb index 01cce79be7c6f..8bf67e5f6d23f 100644 --- a/Formula/g/github-mcp-server.rb +++ b/Formula/g/github-mcp-server.rb @@ -7,13 +7,10 @@ class GithubMcpServer < Formula head "https://github.com/github/github-mcp-server.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "e0683b12f431d74b6f098e3a2e577932827388ad52b1bc887dffcaaee1b75352" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "aeba47ffbc2ab8f64c059260a366d5b32cf846d9094b4d77df38cbf9bff8a52a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aeba47ffbc2ab8f64c059260a366d5b32cf846d9094b4d77df38cbf9bff8a52a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "aeba47ffbc2ab8f64c059260a366d5b32cf846d9094b4d77df38cbf9bff8a52a" - sha256 cellar: :any_skip_relocation, sonoma: "d08f3d952a2c191f454469200841fa5f547b979faaa51f398debc5d21cf09f26" - sha256 cellar: :any_skip_relocation, ventura: "d08f3d952a2c191f454469200841fa5f547b979faaa51f398debc5d21cf09f26" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3910410918628dbe0d705d60efb1034034b27047c9b23be8cc31545e0b1dbb1a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c98f707dce3844003dfbffb56e6804e76cc873de68e53cc31372188a30ea2174" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c98f707dce3844003dfbffb56e6804e76cc873de68e53cc31372188a30ea2174" + sha256 cellar: :any_skip_relocation, sonoma: "e7f26cca9e34a275b0bfa36aaa02e7fa2341fe860f8d46bac51c099aa6f4b717" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1d9bc758ea6ad958ba5517787b0908645fe068f872751a06cf2e963df2bda7b1" end depends_on "go" => :build