Skip to content

Commit 0e525d2

Browse files
authored
Merge pull request #239458 from Homebrew/bump-github-mcp-server-0.15.0
github-mcp-server 0.15.0
2 parents f811eb2 + 7499e63 commit 0e525d2

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

Formula/g/github-mcp-server.rb

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
class GithubMcpServer < Formula
22
desc "GitHub Model Context Protocol server for AI tools"
33
homepage "https://github.com/github/github-mcp-server"
4-
url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.14.0.tar.gz"
5-
sha256 "3b3fe5aef82774163e0052f7f83eb29bf32ec20c987bd5748f57651a4ca05a77"
4+
url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.15.0.tar.gz"
5+
sha256 "3058497fe92f3804a65674cf8fc529ac9839cdab1efc07703cf78639bcdbcefc"
66
license "MIT"
77
head "https://github.com/github/github-mcp-server.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "e0683b12f431d74b6f098e3a2e577932827388ad52b1bc887dffcaaee1b75352"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "aeba47ffbc2ab8f64c059260a366d5b32cf846d9094b4d77df38cbf9bff8a52a"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "aeba47ffbc2ab8f64c059260a366d5b32cf846d9094b4d77df38cbf9bff8a52a"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "aeba47ffbc2ab8f64c059260a366d5b32cf846d9094b4d77df38cbf9bff8a52a"
14-
sha256 cellar: :any_skip_relocation, sonoma: "d08f3d952a2c191f454469200841fa5f547b979faaa51f398debc5d21cf09f26"
15-
sha256 cellar: :any_skip_relocation, ventura: "d08f3d952a2c191f454469200841fa5f547b979faaa51f398debc5d21cf09f26"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3910410918628dbe0d705d60efb1034034b27047c9b23be8cc31545e0b1dbb1a"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c98f707dce3844003dfbffb56e6804e76cc873de68e53cc31372188a30ea2174"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c98f707dce3844003dfbffb56e6804e76cc873de68e53cc31372188a30ea2174"
12+
sha256 cellar: :any_skip_relocation, sonoma: "e7f26cca9e34a275b0bfa36aaa02e7fa2341fe860f8d46bac51c099aa6f4b717"
13+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1d9bc758ea6ad958ba5517787b0908645fe068f872751a06cf2e963df2bda7b1"
1714
end
1815

1916
depends_on "go" => :build

0 commit comments

Comments
 (0)