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 292b400 + 80170e4 commit 389e6a3Copy full SHA for 389e6a3
Formula/i/incus.rb
@@ -6,6 +6,11 @@ class Incus < Formula
6
license "Apache-2.0"
7
head "https://github.com/lxc/incus.git", branch: "main"
8
9
+ livecheck do
10
+ url "https://linuxcontainers.org/incus/downloads/"
11
+ regex(/href=.*?incus[._-]v?(\d+(?:\.\d+)+)\.t/i)
12
+ end
13
+
14
bottle do
15
sha256 cellar: :any_skip_relocation, arm64_sequoia: "44913f8cad662c918fdfd54f5918cd957cc802d7d688b1354731a51a4d724f4a"
16
sha256 cellar: :any_skip_relocation, arm64_sonoma: "44913f8cad662c918fdfd54f5918cd957cc802d7d688b1354731a51a4d724f4a"
0 commit comments