File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
class Yutu < Formula
2
2
desc "MCP server and CLI for YouTube"
3
3
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 "
6
6
license "Apache-2.0"
7
7
head "https://github.com/eat-pray-ai/yutu.git" , branch : "main"
8
8
@@ -25,8 +25,8 @@ def install
25
25
-X #{ mod } .Os=#{ OS . mac? ? "darwin" : "linux" }
26
26
-X #{ mod } .Arch=#{ Hardware ::CPU . arch }
27
27
-X #{ mod } .Version=v#{ version }
28
- -X #{ mod } .Commit=#{ tap . user }
29
28
-X #{ mod } .CommitDate=#{ time . iso8601 }
29
+ -X #{ mod } .Builder=#{ tap . user }
30
30
]
31
31
system "go" , "build" , *std_go_args ( ldflags :)
32
32
You can’t perform that action at this time.
0 commit comments