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 2361cad + 8169439 commit c5a0a44Copy full SHA for c5a0a44
Formula/n/nmstatectl.rb
@@ -6,6 +6,11 @@ class Nmstatectl < Formula
6
license "Apache-2.0"
7
head "https://github.com/nmstate/nmstate.git", branch: "base"
8
9
+ livecheck do
10
+ url :stable
11
+ strategy :github_latest
12
+ end
13
+
14
bottle do
15
sha256 cellar: :any_skip_relocation, arm64_tahoe: "3bd77f2897108a26582b434deb8e12baa3acae9383d4786413c11699c5924944"
16
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cf50c518ea0663015ec5f2f1b2ffe6b0e84f0e816ad4f9b37ddb3c7be62ac1cc"
0 commit comments