diff --git a/Formula/m/mcphost.rb b/Formula/m/mcphost.rb index 61c36e42aac2..94f94ff20328 100644 --- a/Formula/m/mcphost.rb +++ b/Formula/m/mcphost.rb @@ -1,18 +1,18 @@ class Mcphost < Formula desc "CLI host for LLMs to interact with tools via MCP" homepage "https://github.com/mark3labs/mcphost" - url "https://github.com/mark3labs/mcphost/archive/refs/tags/v0.33.2.tar.gz" - sha256 "2125149f4c52bea70e161cfa7d62a54430fa2ad07d8a67d9d3a64e6586b7624f" + url "https://github.com/mark3labs/mcphost/archive/refs/tags/v0.33.3.tar.gz" + sha256 "d1f5caa1ef780137cd3b84f29e27a39465aafe087ff054d9f50bb1b56bf40861" license "MIT" head "https://github.com/mark3labs/mcphost.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "0e8375b06d7398149ebf69bd9e098137689098b0e751426d01c06aaff8ebf91c" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0e8375b06d7398149ebf69bd9e098137689098b0e751426d01c06aaff8ebf91c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e8375b06d7398149ebf69bd9e098137689098b0e751426d01c06aaff8ebf91c" - sha256 cellar: :any_skip_relocation, sonoma: "c920f65313da82666181684a7ff0d97a6735f8918c2b5b8bcb0968433f83a15c" - sha256 cellar: :any_skip_relocation, arm64_linux: "6b652f039bbabc5ec0295bd88d7c21cc20ec6481196f11c226df73ecc6b87741" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cf04b5421b2c3406d44700ff10536526dc339695d7318db31a1c1fbde32d6f33" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "e0b68735ae93e4ea65bc36702ef8a7893407b9475714f5e7cef0b0446d11b2b7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e0b68735ae93e4ea65bc36702ef8a7893407b9475714f5e7cef0b0446d11b2b7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e0b68735ae93e4ea65bc36702ef8a7893407b9475714f5e7cef0b0446d11b2b7" + sha256 cellar: :any_skip_relocation, sonoma: "777a809e336348e991c6f9f90f58d11f6f3bf03c96dc1c31de7e63b39d71279d" + sha256 cellar: :any_skip_relocation, arm64_linux: "5dbbe18162234570c268f9d06a2b19ab1b50c1c6a75ddcd4a73c066f03cbfd71" + sha256 cellar: :any_skip_relocation, x86_64_linux: "aebc839f5c9fc25b13e72126c08fb0c69117d59c28cb66a34ced44934172a61c" end depends_on "go" => :build