From 7e01e707c374a8037e168bf8a5ed4d19e48c5f87 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 23 May 2025 14:01:48 +0000 Subject: [PATCH 1/2] github-mcp-server 0.4.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 e0c402be37a4..2a723ee65e18 100755 --- 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.3.0.tar.gz" - sha256 "3e7e3b8e6496d95e4913661e44665067bfe6874da016dc43b53e5f8beaad1a26" + url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.4.0.tar.gz" + sha256 "824412c08b0fb8f462c6c59cc606791baffaaecb66810f4e274a3a7bd7fa6d99" license "MIT" head "https://github.com/github/github-mcp-server.git", branch: "main" From aa46ac22a87c1b577e69cdc517466a38fed785e2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 23 May 2025 14:20:37 +0000 Subject: [PATCH 2/2] github-mcp-server: update 0.4.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 2a723ee65e18..e0862f53424b 100755 --- 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: "04654215b56e0ab9153f4baa048ce0762ac361b39797b0920b1c1c8d8c1dd3c6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "04654215b56e0ab9153f4baa048ce0762ac361b39797b0920b1c1c8d8c1dd3c6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "04654215b56e0ab9153f4baa048ce0762ac361b39797b0920b1c1c8d8c1dd3c6" - sha256 cellar: :any_skip_relocation, sonoma: "98044197710393da960dc6d27f83d54b939e71ea033bea0ba0930875b7550881" - sha256 cellar: :any_skip_relocation, ventura: "98044197710393da960dc6d27f83d54b939e71ea033bea0ba0930875b7550881" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bd935cfe770e4882c92d0b4dc364d50e107e845791706b4a0dcc560d37964139" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "db1ff3f7ca90dea5b7b591686008f23a74291efb4bbb7be52b417b2608b404eb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "db1ff3f7ca90dea5b7b591686008f23a74291efb4bbb7be52b417b2608b404eb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "db1ff3f7ca90dea5b7b591686008f23a74291efb4bbb7be52b417b2608b404eb" + sha256 cellar: :any_skip_relocation, sonoma: "23a1d199ea1d2cba9b494b3d8535ba7c0d884acf30b9601a8837512314d9283f" + sha256 cellar: :any_skip_relocation, ventura: "23a1d199ea1d2cba9b494b3d8535ba7c0d884acf30b9601a8837512314d9283f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "acfaf80176388285cd66eb52e6a86b5760e3245b08e65e76f2899871f63d7573" end depends_on "go" => :build