|
1 | 1 | class KubernetesMcpServer < Formula |
2 | 2 | desc "MCP server for Kubernetes" |
3 | 3 | homepage "https://github.com/containers/kubernetes-mcp-server" |
4 | | - url "https://github.com/containers/kubernetes-mcp-server/archive/refs/tags/v0.0.53.tar.gz" |
5 | | - sha256 "5611239695cc3a25c24ececa7a7e36e5b60eba7b26fac7d15128cfe4a735a929" |
| 4 | + url "https://github.com/containers/kubernetes-mcp-server/archive/refs/tags/v0.0.54.tar.gz" |
| 5 | + sha256 "c2dfb0323f83d275598399342dc2404df00589f2118535448ce40a330278c25e" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/containers/kubernetes-mcp-server.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "f5a579445171f042ff81a3ef5b6dde79fdc7bdaef683699729631663e0108cf6" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3a775a6e6b37087a57ad076da8c88e81a8c9ccab1eca0d2929e85f3216fd6072" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "22b45f2b5ed588e440decc4d12ac6421b779b6c47b736a0babb20596b043cb4d" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "fa3e914711f0839a03901168a162d127de4ec49639617beafd3c77a4fa9cc369" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "73c7c154d9c223d949dfd51a36638f5848269e34659d076b1b2265b879dcb195" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "af9e199ba4dd7434962b378162d84c424cc69f3c1d63254f03aa21ebf996cab2" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "0ac2fb3937644ed73cd6456b52adfb9e6c74571d2db58122baa7144ba2a7e49b" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "77178c6e9185b4f900c7d9a1d2922861c97ff3b6d592695f946fe6f39064b818" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f12e52bb36d5386ce4db2755c8025ffb8482a0b7a911c7261cd039cf8c0198e3" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "61aa78569c82cedd00eb76c918e4e2bb3fd6cdfddb99c6506fe70d27d591a257" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "17025806c352d93d3dc70857b5bec6a13b09f298447b177f3e683ff6f4a5367c" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "99d06fcabae4d8fd6f42124385dce587408a7657818f3ab95d778e3bdb4217ee" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments