Skip to content

Commit 6428fad

Browse files
BrewTestBotchenrui333
authored andcommitted
mcphost 0.30.1
mcphost: remove build patch Signed-off-by: Rui Chen <[email protected]>
1 parent c3dff91 commit 6428fad

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Formula/m/mcphost.rb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Mcphost < Formula
22
desc "CLI host for LLMs to interact with tools via MCP"
33
homepage "https://github.com/mark3labs/mcphost"
4-
url "https://github.com/mark3labs/mcphost/archive/refs/tags/v0.29.0.tar.gz"
5-
sha256 "30c0f00b721d4ff16bae15e4c210effa7a4caf035b43a348769d2997d0b9b143"
4+
url "https://github.com/mark3labs/mcphost/archive/refs/tags/v0.30.1.tar.gz"
5+
sha256 "895bb5a29ce9e9a850491e7e1af6eecdce7540466ed557210ba4b5832cb71cc4"
66
license "MIT"
77
head "https://github.com/mark3labs/mcphost.git", branch: "main"
88

@@ -17,12 +17,6 @@ class Mcphost < Formula
1717

1818
depends_on "go" => :build
1919

20-
# fix version patch, upstream pr ref, https://github.com/mark3labs/mcphost/pull/128
21-
patch do
22-
url "https://github.com/mark3labs/mcphost/commit/008a4991ecd20b27866f458e492715c3dace2ddf.patch?full_index=1"
23-
sha256 "82cd1e1cfc4eebbc0ed4114a3b93e6306be73243eb0e48aa7e4c7d648070ed8f"
24-
end
25-
2620
def install
2721
system "go", "build", *std_go_args(ldflags: "-s -w -X main.version=#{version}")
2822

0 commit comments

Comments
 (0)