Skip to content

Commit 273e815

Browse files
BrewTestBotchenrui333
authored andcommitted
yutu 0.10.3
yutu: update build Signed-off-by: Rui Chen <[email protected]>
1 parent f3d2ac5 commit 273e815

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/y/yutu.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Yutu < Formula
22
desc "MCP server and CLI for YouTube"
33
homepage "https://github.com/eat-pray-ai/yutu"
4-
url "https://github.com/eat-pray-ai/yutu/archive/refs/tags/v0.10.2.tar.gz"
5-
sha256 "4b57f005467b9ac1606b80408b9a85287366619bb84e058dcb5d259047ae8950"
4+
url "https://github.com/eat-pray-ai/yutu/archive/refs/tags/v0.10.3.tar.gz"
5+
sha256 "00c4ee6850705ae4557733580d9ebbd9f378a28eb39f3a261fb5df10e8764423"
66
license "Apache-2.0"
77
head "https://github.com/eat-pray-ai/yutu.git", branch: "main"
88

@@ -25,8 +25,8 @@ def install
2525
-X #{mod}.Os=#{OS.mac? ? "darwin" : "linux"}
2626
-X #{mod}.Arch=#{Hardware::CPU.arch}
2727
-X #{mod}.Version=v#{version}
28-
-X #{mod}.Commit=#{tap.user}
2928
-X #{mod}.CommitDate=#{time.iso8601}
29+
-X #{mod}.Builder=#{tap.user}
3030
]
3131
system "go", "build", *std_go_args(ldflags:)
3232

0 commit comments

Comments
 (0)