From b1299a5d26d3b1ee8b1b9690e3f4d7589bf1e0ed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 16 Apr 2026 14:45:23 +0000 Subject: [PATCH 1/2] github-mcp-server 1.0.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 7860b39fe305..faaf7b736421 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.33.1.tar.gz" - sha256 "efd8d39ce8c9841ebd9f67180bd36fd77786bcb3788fc44154b63a68580745f9" + url "https://github.com/github/github-mcp-server/archive/refs/tags/v1.0.0.tar.gz" + sha256 "eca9ffa34a8c70da5b681889dc9ae0eca464638838fcce11f8b4c5a199f02d1b" license "MIT" head "https://github.com/github/github-mcp-server.git", branch: "main" From 1a77b979a68c34d722f01079dd9edf65091980ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:11:57 +0000 Subject: [PATCH 2/2] github-mcp-server: update 1.0.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 faaf7b736421..39f0bd990693 100644 --- a/Formula/g/github-mcp-server.rb +++ b/Formula/g/github-mcp-server.rb @@ -12,12 +12,12 @@ class GithubMcpServer < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "15829029e285b7566ba3c8f9c5cc2211c85ee272481f40e27d9cd83a683cb3aa" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "15829029e285b7566ba3c8f9c5cc2211c85ee272481f40e27d9cd83a683cb3aa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "15829029e285b7566ba3c8f9c5cc2211c85ee272481f40e27d9cd83a683cb3aa" - sha256 cellar: :any_skip_relocation, sonoma: "9bf5960eece7f156deb81dbdb6e0858fba0c07ca5eda5972ededfa5320124da5" - sha256 cellar: :any_skip_relocation, arm64_linux: "682497ece16b59f42ed657347899446abc36fda87d15202957eabf15e1bff637" - sha256 cellar: :any_skip_relocation, x86_64_linux: "809544cfde51dce0812ded8828cba7bfdb695c9d71099970de4e3e828e0c6ef3" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "95fbce23e4a8258b6cae95c7bec7320f81157ec31c5ed30ea142db8e9a9a773a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "95fbce23e4a8258b6cae95c7bec7320f81157ec31c5ed30ea142db8e9a9a773a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "95fbce23e4a8258b6cae95c7bec7320f81157ec31c5ed30ea142db8e9a9a773a" + sha256 cellar: :any_skip_relocation, sonoma: "34c4985bdd1e02fba46a84c34afc8731300365aba14a9614fcc0b06969ef5e0f" + sha256 cellar: :any_skip_relocation, arm64_linux: "36b20119f69fc9cd8b774f2fcb1d37f16b318692272a6cdaf0f67e49e4c77dc0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "70e988d731ed035d58db1a749efc35ac15aa09d780380799b1f9301fe2396107" end depends_on "go" => :build