|
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.7.2.tar.gz" |
5 | | - sha256 "5e5b972618534ebd973def8644527fdba040936b628cf6d10e1d07bf9aa2509d" |
| 4 | + url "https://github.com/docker/cagent/archive/refs/tags/v1.7.3.tar.gz" |
| 5 | + sha256 "404da4abb1fa05756d1fc9e0db185e4cd64fda745183a19c685965ccccbbaa40" |
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: "db27e81a8c3f0539b7344b642534a76d0e0f0c564c2a626a631b1abda2fad24f" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "db27e81a8c3f0539b7344b642534a76d0e0f0c564c2a626a631b1abda2fad24f" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "db27e81a8c3f0539b7344b642534a76d0e0f0c564c2a626a631b1abda2fad24f" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "32915bfd50e9868417f58782da989a7af1611b72fb6d97fd95b092de1e283a36" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "249b423df67d084b945e4c6002638a10bd185c57279e8fbdd217aba5dbb08b04" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "6033746c5761f25dba4b7a7b21eff89032ac0a86c6faf635bfd54b75e72547e7" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "4b5f16884663d0976d5b354fd54bd79c287ce698480aa36aaa6ee8f85f361340" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4b5f16884663d0976d5b354fd54bd79c287ce698480aa36aaa6ee8f85f361340" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4b5f16884663d0976d5b354fd54bd79c287ce698480aa36aaa6ee8f85f361340" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "a9a95e14c8a90950e4548556bd19c637ed2bac12549c4df8c35c4a94bdf802fc" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "563fc90e7b2454c39e046c590a939848c580c1de0ce5dbad26836914d34513d4" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "722f5dc92e754aaa8299ff23301a5ea6621eefd226b4a2d3edaa0abdb29cb5e9" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments