|
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.15.tar.gz" |
5 | | - sha256 "ffdbc156cdf6d0c230ec908cb69a34b15fbc9c7fc8b406a9db9f016849110a8e" |
| 4 | + url "https://github.com/docker/cagent/archive/refs/tags/v1.9.16.tar.gz" |
| 5 | + sha256 "d100ed06fa604233f560ef4394e2ea84ebe3452229532141d4475aade933593c" |
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: "628a5fdd801718f40f6b060759d3cbd4d46021bb4c21e4e10d257eb40a651282" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "628a5fdd801718f40f6b060759d3cbd4d46021bb4c21e4e10d257eb40a651282" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "628a5fdd801718f40f6b060759d3cbd4d46021bb4c21e4e10d257eb40a651282" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "72bb72c9805d89b6c1e1e05a3712f33c4d4f3a79f721e3f4e0dd7a75d8b9b357" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "9ecd037fd94babeebe5a46c30b8002b7cc0cef85193d94b90c0660da13fff943" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "c6195320e2727880d6e0430e4c5b920c08584cc14f3a10c5767bb6bbe2ae3c26" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "f1ba5ee76640478b82e2dbf84df4ef3591fb92b01981313b350d000db99c45d3" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f1ba5ee76640478b82e2dbf84df4ef3591fb92b01981313b350d000db99c45d3" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1ba5ee76640478b82e2dbf84df4ef3591fb92b01981313b350d000db99c45d3" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "8ad9c2e594e49b6090440221e25e55b9a9b0b9540431cc24eb76d9fe3d05ebeb" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "9dddb7d11342a744e2d7bc61647fb3c3cbdb225886fc4cc45feb40bbf4e3dcf6" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "0635c2aad6d93f8a399834d8435d37e8c0e4afc9ecd641e8a1c0b58e72258da4" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments