We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71ee8d7 + 515e51c commit 7d4db12Copy full SHA for 7d4db12
Formula/y/yutu.rb
@@ -6,6 +6,11 @@ class Yutu < Formula
6
license "Apache-2.0"
7
head "https://github.com/eat-pray-ai/yutu.git", branch: "main"
8
9
+ livecheck do
10
+ url :stable
11
+ regex(/^v(\d+(?:\.\d+)+)$/i)
12
+ end
13
+
14
bottle do
15
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9d33cf0182cf6ff04a769a81a44bb0945a1dd624411e7481602effd6b70020db"
16
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9d33cf0182cf6ff04a769a81a44bb0945a1dd624411e7481602effd6b70020db"
0 commit comments