Skip to content

Commit 72d08f4

Browse files
authored
Merge pull request Homebrew#251817 from Homebrew/bump-mcp-publisher-1.3.6
mcp-publisher 1.3.6
2 parents b06bafb + 51a22a7 commit 72d08f4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/mcp-publisher.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class McpPublisher < Formula
22
desc "Publisher CLI tool for the Official Model Context Protocol (MCP) Registry"
33
homepage "https://github.com/modelcontextprotocol/registry"
4-
url "https://github.com/modelcontextprotocol/registry/archive/refs/tags/v1.3.5.tar.gz"
5-
sha256 "21124273c16d81dc9d61065da93e865848de7be680802de150599681f96b8a7a"
4+
url "https://github.com/modelcontextprotocol/registry/archive/refs/tags/v1.3.6.tar.gz"
5+
sha256 "3807baed298714540b24126f16a6297f74cb526a69b6657af985d60975db3e02"
66
license "MIT"
77
head "https://github.com/modelcontextprotocol/registry.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "2c51a8ccd8c30e3ac86597152471f16724857b6078b9f8f93b43200ee7f80f3b"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c51a8ccd8c30e3ac86597152471f16724857b6078b9f8f93b43200ee7f80f3b"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c51a8ccd8c30e3ac86597152471f16724857b6078b9f8f93b43200ee7f80f3b"
13-
sha256 cellar: :any_skip_relocation, sonoma: "ab42c0b1fb42e4dbed9fb2237391761c72a504e2b1bfca0a1d20f4373722b433"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "d0ca250f05763e03d4d358390fcf4b3ab834158c92cff839fdf18038c8fdf9ac"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6e75bcea0b55553492f8260e733a8b9786460a23e3e92e088030798f1c20e712"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "bca969bf1f9e707955ab5cbd559f8ff3bc67f526988daf8d1daa58c97b652c92"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bca969bf1f9e707955ab5cbd559f8ff3bc67f526988daf8d1daa58c97b652c92"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bca969bf1f9e707955ab5cbd559f8ff3bc67f526988daf8d1daa58c97b652c92"
13+
sha256 cellar: :any_skip_relocation, sonoma: "9e4483f7787d1feebbc54af7acb6d4b70bfbf77279fa7db775f04214a3fe560e"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "9daef2621ad03312612b04e127cc737f3f19129d07ebc0fbaae3aba00459ed56"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "24a6e9cae5b3957b8fe53872af3bbb29671b83d74e60faf9a99663234297a626"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)