Skip to content

Commit 7ae3f0d

Browse files
authored
Merge pull request #201021 from stgraber/master
incus 6.8
2 parents fa5bfe5 + 510045b commit 7ae3f0d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/i/incus.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Incus < Formula
22
desc "CLI client for interacting with Incus"
33
homepage "https://linuxcontainers.org/incus"
4-
url "https://linuxcontainers.org/downloads/incus/incus-6.7.tar.xz"
5-
sha256 "a2c429142e99b00af5353a6acf8e7d408fc4f4b1925c20a2b58d39a67325332e"
4+
url "https://linuxcontainers.org/downloads/incus/incus-6.8.tar.xz"
5+
sha256 "19be50514acd845ceab62cbdb34cd7a9a6782e1e063f334245135be8db0f0489"
66
license "Apache-2.0"
77
head "https://github.com/lxc/incus.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a777bbf236f6836f5bc6f88770564c11970ce1dce14d080e1cba6e48789d752"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a777bbf236f6836f5bc6f88770564c11970ce1dce14d080e1cba6e48789d752"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9a777bbf236f6836f5bc6f88770564c11970ce1dce14d080e1cba6e48789d752"
13-
sha256 cellar: :any_skip_relocation, sonoma: "3b09e25e49f7babbce303389ede655af4bce4bc99eaa645b9c2ac923fb4581f4"
14-
sha256 cellar: :any_skip_relocation, ventura: "3b09e25e49f7babbce303389ede655af4bce4bc99eaa645b9c2ac923fb4581f4"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "31cce16c44acbd3b8cfe85aeaff329a3897936bdcc096054e913018da398abd7"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "44913f8cad662c918fdfd54f5918cd957cc802d7d688b1354731a51a4d724f4a"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "44913f8cad662c918fdfd54f5918cd957cc802d7d688b1354731a51a4d724f4a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "44913f8cad662c918fdfd54f5918cd957cc802d7d688b1354731a51a4d724f4a"
13+
sha256 cellar: :any_skip_relocation, sonoma: "5572a23e152d30eb8c65dcdab61aa96434826fd493df67992ff000a22a154e15"
14+
sha256 cellar: :any_skip_relocation, ventura: "5572a23e152d30eb8c65dcdab61aa96434826fd493df67992ff000a22a154e15"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1ebe389630792b0ec0fce294a516433c0d70c5f863f11b8d6b46fe3ddba876a0"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)