|
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.6.2.tar.gz" |
5 |
| - sha256 "82a5c6297ba59ebfb3a1288bc3757306f88195b4812e8975e3fa4f8ebe557221" |
| 4 | + url "https://github.com/docker/cagent/archive/refs/tags/v1.6.3.tar.gz" |
| 5 | + sha256 "6316edd4b4abe023e1a4a1713ee2516629edd511fd89fff63d1c7bd7821a8d38" |
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: "c930bb4a35083d3bb2b27391fde4a68d9b1e673c4a12f3ccc473574a2e778426" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c930bb4a35083d3bb2b27391fde4a68d9b1e673c4a12f3ccc473574a2e778426" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c930bb4a35083d3bb2b27391fde4a68d9b1e673c4a12f3ccc473574a2e778426" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "cce6dca90c949f985cdfa3b47bdb206c1853bc32a3fc26a2da2ae38c2cd8f7d9" |
14 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "4aadaebfaea1f0b3d6ce5f0bb5878b4bed5e76009309f6c7da1b39a9441eb177" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "28055d007c0a2dd808951d640b1a576c3f56ca8efc1d2bc0313a9099ed11bfbc" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "ab666c286ec026645a0f0cdc3dff89eff99fcc4bd3d00745b30cffc2860e5de7" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ab666c286ec026645a0f0cdc3dff89eff99fcc4bd3d00745b30cffc2860e5de7" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ab666c286ec026645a0f0cdc3dff89eff99fcc4bd3d00745b30cffc2860e5de7" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "c710bd1df11a74d22d2620205fbcee8273a27851b60985a8f653c16ee14c3a9d" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "143727a340cb87fc8ca207b14cbb3ad764cd94e0b83b2d2609bc1565b885ad3c" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "2d3d18cf9c52f0bf08ed67eaf9827b9693b675f0015cfc017cb77f5f1ab85855" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments