From 3233a031cf69e8dbe0ca0160ec9089e8542c10cb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 8 Aug 2025 17:04:14 +0000 Subject: [PATCH 1/2] github-mcp-server 0.11.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 c3e3164f959f..a765397b8b8d 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.10.0.tar.gz" - sha256 "315038dabace7a414c97cfa93293e3feaf7c699f78866175b4ae2b5c191f514d" + url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.11.0.tar.gz" + sha256 "8754d2f5fa41ecd8ad55f803030d09c28285c9a746f92dbdbe69ede473532a6b" license "MIT" head "https://github.com/github/github-mcp-server.git", branch: "main" From f4ddbd1cb485900fa7ca8d497a1cb56c0581815b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 8 Aug 2025 18:00:26 +0000 Subject: [PATCH 2/2] github-mcp-server: update 0.11.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 a765397b8b8d..0bde480b541d 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: "cc65acc8187353a0de8ed283aaf417a1bf7ff0a90e13257fd00dd19635c5bdfc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc65acc8187353a0de8ed283aaf417a1bf7ff0a90e13257fd00dd19635c5bdfc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cc65acc8187353a0de8ed283aaf417a1bf7ff0a90e13257fd00dd19635c5bdfc" - sha256 cellar: :any_skip_relocation, sonoma: "2954925b08b70e01cd2e233e6b1a437a394ccfbc15606f0252c467a382cc5a0e" - sha256 cellar: :any_skip_relocation, ventura: "2954925b08b70e01cd2e233e6b1a437a394ccfbc15606f0252c467a382cc5a0e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a58d19f36d640c90faf10820ea361b1e56c0e057f543ed6f8463055e1742e64b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4fea8f656bae73583d0b985eba211f7ea68a64d7ad245b2bd0972047d211918" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4fea8f656bae73583d0b985eba211f7ea68a64d7ad245b2bd0972047d211918" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e4fea8f656bae73583d0b985eba211f7ea68a64d7ad245b2bd0972047d211918" + sha256 cellar: :any_skip_relocation, sonoma: "2ed7cec6b768e4753f07af53bdba00df2dae7e5d5d64211a9b5548a67e204918" + sha256 cellar: :any_skip_relocation, ventura: "2ed7cec6b768e4753f07af53bdba00df2dae7e5d5d64211a9b5548a67e204918" + sha256 cellar: :any_skip_relocation, x86_64_linux: "22baeb0486c68177c56b8a3f8f9d24bf1ee01d6ab49536a53826fb53d5449e37" end depends_on "go" => :build