diff --git a/Formula/m/mcp-publisher.rb b/Formula/m/mcp-publisher.rb index 045d202f9f99b..ed74e9d471b58 100644 --- a/Formula/m/mcp-publisher.rb +++ b/Formula/m/mcp-publisher.rb @@ -1,19 +1,17 @@ class McpPublisher < Formula desc "Publisher CLI tool for the Official Model Context Protocol (MCP) Registry" homepage "https://github.com/modelcontextprotocol/registry" - url "https://github.com/modelcontextprotocol/registry/archive/refs/tags/v1.0.0.tar.gz" - sha256 "4c8c22e4a47dcbe8b75904b4a62efa62f20b5e92de8cab408b2179ae19abc120" + url "https://github.com/modelcontextprotocol/registry/archive/refs/tags/v1.1.0.tar.gz" + sha256 "31033a7637030daeedba91c3833adca50aba240f32dfec0559c268d36dccc46d" license "MIT" head "https://github.com/modelcontextprotocol/registry.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "bba32e606e019a19dd1951e46ece9c8f1d1322a98be5c81e3a05fdca487ab96f" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bba32e606e019a19dd1951e46ece9c8f1d1322a98be5c81e3a05fdca487ab96f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bba32e606e019a19dd1951e46ece9c8f1d1322a98be5c81e3a05fdca487ab96f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bba32e606e019a19dd1951e46ece9c8f1d1322a98be5c81e3a05fdca487ab96f" - sha256 cellar: :any_skip_relocation, sonoma: "45539fa7500424a1e0ff37dfa88505d902db09b452dae7aded5f6566aacbf9ef" - sha256 cellar: :any_skip_relocation, ventura: "45539fa7500424a1e0ff37dfa88505d902db09b452dae7aded5f6566aacbf9ef" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2591a1d992fc0fba23a8dc49596def0948a71a14a76ef0b72f1e86023afad0aa" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "1e3db8ec98b49488c8c6caf2e067c553d5c8982bba05fec9c822e234ce6024cf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e3db8ec98b49488c8c6caf2e067c553d5c8982bba05fec9c822e234ce6024cf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e3db8ec98b49488c8c6caf2e067c553d5c8982bba05fec9c822e234ce6024cf" + sha256 cellar: :any_skip_relocation, sonoma: "2289b8df8e2ac3291b07c370e32c892c13c5fcf446458c2e8bae83f50c237a49" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9962bba68b9361a64ca0059a5d33d257c7d51badec9cab1190c2d20a62eaa4d7" end depends_on "go" => :build