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 5a583ff commit 4b8c9b5Copy full SHA for 4b8c9b5
Formula/o/ov.rb
@@ -6,6 +6,11 @@ class Ov < Formula
6
license "MIT"
7
head "https://github.com/noborus/ov.git", branch: "master"
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: "a680c356f64f025522345ce4217414ae21ae612984f6ca6b156ea237cef77a8e"
16
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a680c356f64f025522345ce4217414ae21ae612984f6ca6b156ea237cef77a8e"
0 commit comments