diff --git a/Formula/g/github-mcp-server.rb b/Formula/g/github-mcp-server.rb index a272cb00ba27..19d0b775c976 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/v1.0.1.tar.gz" - sha256 "91b21c14eab05ceb35b9a1c0da43b2a993e5d759537ef2cd8295817f5dab4b55" + url "https://github.com/github/github-mcp-server/archive/refs/tags/v1.0.2.tar.gz" + sha256 "3e3b84ce19fe6138bc74f8ad338e2de18c72614d5dcf09a702f8bd37b6b6cddd" 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: "1c5db8a34acd8a175238492334789c571a3602fbc4f4c75dafe9f8e0ca6d7d99" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1c5db8a34acd8a175238492334789c571a3602fbc4f4c75dafe9f8e0ca6d7d99" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c5db8a34acd8a175238492334789c571a3602fbc4f4c75dafe9f8e0ca6d7d99" - sha256 cellar: :any_skip_relocation, sonoma: "6e2f9936bc26086d51a7958c823ac0aaf032ae3f5aa99b7b93ccda6276f74d1f" - sha256 cellar: :any_skip_relocation, arm64_linux: "925ae94aaa92b5100e5d022503b5cfd6309628289cdf5325b4bb8112005ee64d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "de4a6a280eb2218279cf611f8709f700d48ce18e88cfce219f686acdf316bceb" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "79d15ef7f7256da792a2f606f8c1b967465038903e63fb6cdca0d922071b19c7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "79d15ef7f7256da792a2f606f8c1b967465038903e63fb6cdca0d922071b19c7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "79d15ef7f7256da792a2f606f8c1b967465038903e63fb6cdca0d922071b19c7" + sha256 cellar: :any_skip_relocation, sonoma: "55f01b5794a715bda46abc380f1ddf2acd92610c8166c159d3d6f7426dcb0aaf" + sha256 cellar: :any_skip_relocation, arm64_linux: "3e246e6a1e9f788829f48e5a1c0a63bc23adafc7fa0c5a99cc8ffb689bd9a7e0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "57021f0e0f67463a63e6d22a16041e84f581b0dc45175c6c213c84b2b31495de" end depends_on "go" => :build