|
1 | 1 | class Incus < Formula
|
2 | 2 | desc "CLI client for interacting with Incus"
|
3 | 3 | 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" |
6 | 6 | license "Apache-2.0"
|
7 | 7 | head "https://github.com/lxc/incus.git", branch: "main"
|
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments