From 96312e11596abb29025e7669eb7e63806c78ab59 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 3 Sep 2025 14:03:09 +0000 Subject: [PATCH 1/2] github-mcp-server 0.14.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 42849072672a..14fecc635a45 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.13.0.tar.gz" - sha256 "cbf61aa00e00acc9162fe31ae3254de7a96dbe2795a027c53b12b8c1b39b9c33" + url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.14.0.tar.gz" + sha256 "3b3fe5aef82774163e0052f7f83eb29bf32ec20c987bd5748f57651a4ca05a77" license "MIT" head "https://github.com/github/github-mcp-server.git", branch: "main" From afdc47de7aaa63d42c2b1d580163967c99229862 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 3 Sep 2025 15:33:49 +0000 Subject: [PATCH 2/2] github-mcp-server: update 0.14.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 14fecc635a45..8b3777be12ab 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: "c25a67c4cc93c138ecfa98a6b5b002d9140a6e41ecca6bd714c624840b8ed862" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c25a67c4cc93c138ecfa98a6b5b002d9140a6e41ecca6bd714c624840b8ed862" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c25a67c4cc93c138ecfa98a6b5b002d9140a6e41ecca6bd714c624840b8ed862" - sha256 cellar: :any_skip_relocation, sonoma: "3b88be58ceb0a02b832284b9d153077ac5d52e644941c7ea2a5a1cf8de082e4f" - sha256 cellar: :any_skip_relocation, ventura: "3b88be58ceb0a02b832284b9d153077ac5d52e644941c7ea2a5a1cf8de082e4f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "be2e27eefa6ffde6560c753c9372f02ef6c5d8dc5b78958b1c678b5425c10b71" + 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" end depends_on "go" => :build