|
1 | 1 | class Cagent < Formula |
2 | 2 | desc "Agent Builder and Runtime by Docker Engineering" |
3 | 3 | homepage "https://github.com/docker/cagent" |
4 | | - url "https://github.com/docker/cagent/archive/refs/tags/v1.9.0.tar.gz" |
5 | | - sha256 "61aa5ae5beae7994e0969d87a05f42d161c1f006aa9eaaf5997462c18d2fe370" |
| 4 | + url "https://github.com/docker/cagent/archive/refs/tags/v1.9.1.tar.gz" |
| 5 | + sha256 "a7cbb7d9323c2c017f9e69525c7237159f17cfb2322871fc2b38caad1a0d11e5" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/docker/cagent.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "419f98950c282edd5b0663bffdc7557a49b122534e8407cefbc3ec27e0fb0989" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "419f98950c282edd5b0663bffdc7557a49b122534e8407cefbc3ec27e0fb0989" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "419f98950c282edd5b0663bffdc7557a49b122534e8407cefbc3ec27e0fb0989" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "0aecf6157813ac87f54b0403ea2c9d5bc6e89d69af03e78b938fff988b46a293" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "8e79fc7d8f90e96e5f625e5b2a488dda05cbf9b8290238ae15ccae0d6bf51dfb" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "3b1c8647bd10868ecd44719678f0e428e0881de3f21f226e3d31cb528a3d0db1" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "d3538117dc84196ce4b03310f21e768ff7cadb2c52006c07df0454413c6bdf37" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d3538117dc84196ce4b03310f21e768ff7cadb2c52006c07df0454413c6bdf37" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d3538117dc84196ce4b03310f21e768ff7cadb2c52006c07df0454413c6bdf37" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "def54264a7d87b5bc080c207b208ac3efaf122250d6100942694e03a1a3452ec" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "ff0d10ae1b1090b829681eb6571e98f2943b732caff58d1effd01d0d187d572a" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "b0c72c09e52bd95ec06b9c87b0082b0262dee2b56d5d2a549ae0bdbe505245f9" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments