diff --git a/Formula/i/incus.rb b/Formula/i/incus.rb index 2cf01c32a8622..a0f951f2db56b 100644 --- a/Formula/i/incus.rb +++ b/Formula/i/incus.rb @@ -1,18 +1,18 @@ class Incus < Formula desc "CLI client for interacting with Incus" homepage "https://linuxcontainers.org/incus" - url "https://linuxcontainers.org/downloads/incus/incus-6.7.tar.xz" - sha256 "a2c429142e99b00af5353a6acf8e7d408fc4f4b1925c20a2b58d39a67325332e" + url "https://linuxcontainers.org/downloads/incus/incus-6.8.tar.xz" + sha256 "19be50514acd845ceab62cbdb34cd7a9a6782e1e063f334245135be8db0f0489" license "Apache-2.0" head "https://github.com/lxc/incus.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a777bbf236f6836f5bc6f88770564c11970ce1dce14d080e1cba6e48789d752" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a777bbf236f6836f5bc6f88770564c11970ce1dce14d080e1cba6e48789d752" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9a777bbf236f6836f5bc6f88770564c11970ce1dce14d080e1cba6e48789d752" - sha256 cellar: :any_skip_relocation, sonoma: "3b09e25e49f7babbce303389ede655af4bce4bc99eaa645b9c2ac923fb4581f4" - sha256 cellar: :any_skip_relocation, ventura: "3b09e25e49f7babbce303389ede655af4bce4bc99eaa645b9c2ac923fb4581f4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "31cce16c44acbd3b8cfe85aeaff329a3897936bdcc096054e913018da398abd7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "44913f8cad662c918fdfd54f5918cd957cc802d7d688b1354731a51a4d724f4a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "44913f8cad662c918fdfd54f5918cd957cc802d7d688b1354731a51a4d724f4a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "44913f8cad662c918fdfd54f5918cd957cc802d7d688b1354731a51a4d724f4a" + sha256 cellar: :any_skip_relocation, sonoma: "5572a23e152d30eb8c65dcdab61aa96434826fd493df67992ff000a22a154e15" + sha256 cellar: :any_skip_relocation, ventura: "5572a23e152d30eb8c65dcdab61aa96434826fd493df67992ff000a22a154e15" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1ebe389630792b0ec0fce294a516433c0d70c5f863f11b8d6b46fe3ddba876a0" end depends_on "go" => :build