diff --git a/Formula/g/github-mcp-server.rb b/Formula/g/github-mcp-server.rb index 19c228f99c49..7ee532666fd1 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.30.3.tar.gz" - sha256 "50b4c044b951395506974559ca459c622cbfd4ed37e84bc2295882383863ef2a" + url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.31.0.tar.gz" + sha256 "5bb57ffe7f63ff34f088962ec2b5b82f70ac959bd00553d593ecc6d33587faf1" license "MIT" head "https://github.com/github/github-mcp-server.git", branch: "main" @@ -12,12 +12,12 @@ class GithubMcpServer < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "f9db2447a97acbbf191e1be3af42ba2cdd2b9b7605a7cae2a21531d8540104b2" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f9db2447a97acbbf191e1be3af42ba2cdd2b9b7605a7cae2a21531d8540104b2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f9db2447a97acbbf191e1be3af42ba2cdd2b9b7605a7cae2a21531d8540104b2" - sha256 cellar: :any_skip_relocation, sonoma: "86b75d96b541a6163b100da25426644598f8bcb7e77531d85e66405bf6afdf2a" - sha256 cellar: :any_skip_relocation, arm64_linux: "d57f6337ca6e751c87dfb7a68e6f2848eaaec159f7294eac1527642cac859665" - sha256 cellar: :any_skip_relocation, x86_64_linux: "58b7d86955bf52c2011e21e09123b383832999f798e6a001cd8227cba838470e" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "82fcf21eb716a32dbb3dd12abec5acb7fb18b0a4b6cd9960b353efc5968cc340" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "82fcf21eb716a32dbb3dd12abec5acb7fb18b0a4b6cd9960b353efc5968cc340" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "82fcf21eb716a32dbb3dd12abec5acb7fb18b0a4b6cd9960b353efc5968cc340" + sha256 cellar: :any_skip_relocation, sonoma: "c05594f73b2f6e60bb939936263d2daa642911ec5cf4d42f75b76f403debe521" + sha256 cellar: :any_skip_relocation, arm64_linux: "50463d1b68af2fe7c1c2257c3754029903b063f29a2973d8c537edb87b5941a5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "93a2fbc539cd3435c5a46cda1cc4f70f8e0d3a7728befc5388fe616d225ee799" end depends_on "go" => :build