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.
1 parent a376480 commit 515e51cCopy full SHA for 515e51c
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