|
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.5.11.tar.gz" |
5 | | - sha256 "9b11261f7c946d591010eb1d799d045f649c4abf7ed57f53a98cac756374336c" |
| 4 | + url "https://github.com/docker/cagent/archive/refs/tags/v1.5.14.tar.gz" |
| 5 | + sha256 "fd929687cdd6350844e733ac20c6becb1e44948b2757590acb77d7770aa0adb1" |
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: "447a46fb9a347e103336505f78a2dbdbacd5e615e56b5b6871b2010a23676880" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "447a46fb9a347e103336505f78a2dbdbacd5e615e56b5b6871b2010a23676880" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "447a46fb9a347e103336505f78a2dbdbacd5e615e56b5b6871b2010a23676880" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "d62fb4ab69b2c24a99d76fe7bd67e029a3e9cfe2c16fe41c0e3ad8f4e949e408" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "8729b2e6df0e1c5436db62e9fa043e0a14df57ea7423c892bb25322d7f97a88f" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "e0f55bafebe5c29a90dba8d6877f4229668620146fdeb51726f238eef06a617a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "a62c22a6b380a3213602fd09238039a354e0ff40ca0ce0de77eba7790fd29954" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a62c22a6b380a3213602fd09238039a354e0ff40ca0ce0de77eba7790fd29954" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a62c22a6b380a3213602fd09238039a354e0ff40ca0ce0de77eba7790fd29954" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "91fa206254c3186644b7ba751d605b130824ca4b38be450e76c3eb994893a9bb" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "56dab8cc49c950f73727fb1abaa14dfb36d8e9d3bf0b907209741a5bb2816ddf" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "ebc50f4a5945ba2fe2a5ce123dbe3c4c19346a779cc75180183a0f6d78f3a4ad" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments