From 1431375920a1d0550f005f6c25b53cc0bec7e736 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 30 Sep 2025 14:04:25 +0000 Subject: [PATCH 1/2] github-mcp-server 0.17.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 b6d69379f749..1d848103c6b3 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.16.0.tar.gz" - sha256 "f959b444b0da57c98eb3c2cccb2af65b83fbfa9a34c950e6fbeb5021ee753465" + url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.17.0.tar.gz" + sha256 "69b19ec6b02ba0f405bc6db0bb08c222aa3a134b22f39307e0fe29d321e20d62" license "MIT" head "https://github.com/github/github-mcp-server.git", branch: "main" From 5fbe559f18e11e3577102d3d9bad0e179292c680 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 30 Sep 2025 14:22:17 +0000 Subject: [PATCH 2/2] github-mcp-server: update 0.17.0 bottle. --- Formula/g/github-mcp-server.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/g/github-mcp-server.rb b/Formula/g/github-mcp-server.rb index 1d848103c6b3..ff422912b51d 100644 --- a/Formula/g/github-mcp-server.rb +++ b/Formula/g/github-mcp-server.rb @@ -7,11 +7,11 @@ class GithubMcpServer < Formula head "https://github.com/github/github-mcp-server.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "a8dc945d52e853f08ff47475a152dd70d6c0ad8d15712ef658a84bf0870a0dae" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8dc945d52e853f08ff47475a152dd70d6c0ad8d15712ef658a84bf0870a0dae" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8dc945d52e853f08ff47475a152dd70d6c0ad8d15712ef658a84bf0870a0dae" - sha256 cellar: :any_skip_relocation, sonoma: "efdf0ac1210b038205605cc64677df644d977f2cba6ac399a740063333ab5ec7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e64df1d864ca3008389ae51c326d3aa0f96bb6c4bbf124988a4c753010b71fef" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "de9f7e406e9cb283a45b6be085e4833be5e3801330b5ac8932e499fda700c2f1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "de9f7e406e9cb283a45b6be085e4833be5e3801330b5ac8932e499fda700c2f1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "de9f7e406e9cb283a45b6be085e4833be5e3801330b5ac8932e499fda700c2f1" + sha256 cellar: :any_skip_relocation, sonoma: "44956d32d461f12c3a9ff9416133ec15a1636e3761f9a79c957013bc814bb1fa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9a6cfca324be0a417ca07a3e890b4ac412fc2047072cca13196d15e7ea3ab917" end depends_on "go" => :build