Skip to content

Commit 515e51c

Browse files
committed
yutu: add livecheck
1 parent a376480 commit 515e51c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Formula/y/yutu.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ class Yutu < Formula
66
license "Apache-2.0"
77
head "https://github.com/eat-pray-ai/yutu.git", branch: "main"
88

9+
livecheck do
10+
url :stable
11+
regex(/^v(\d+(?:\.\d+)+)$/i)
12+
end
13+
914
bottle do
1015
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9d33cf0182cf6ff04a769a81a44bb0945a1dd624411e7481602effd6b70020db"
1116
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9d33cf0182cf6ff04a769a81a44bb0945a1dd624411e7481602effd6b70020db"

0 commit comments

Comments
 (0)