diff --git a/Formula/c/cagent.rb b/Formula/c/cagent.rb index 369230ef46031..23bc107a411e3 100644 --- a/Formula/c/cagent.rb +++ b/Formula/c/cagent.rb @@ -1,18 +1,18 @@ class Cagent < Formula desc "Agent Builder and Runtime by Docker Engineering" homepage "https://github.com/docker/cagent" - url "https://github.com/docker/cagent/archive/refs/tags/v1.6.2.tar.gz" - sha256 "82a5c6297ba59ebfb3a1288bc3757306f88195b4812e8975e3fa4f8ebe557221" + url "https://github.com/docker/cagent/archive/refs/tags/v1.6.3.tar.gz" + sha256 "6316edd4b4abe023e1a4a1713ee2516629edd511fd89fff63d1c7bd7821a8d38" license "Apache-2.0" head "https://github.com/docker/cagent.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "c930bb4a35083d3bb2b27391fde4a68d9b1e673c4a12f3ccc473574a2e778426" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c930bb4a35083d3bb2b27391fde4a68d9b1e673c4a12f3ccc473574a2e778426" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c930bb4a35083d3bb2b27391fde4a68d9b1e673c4a12f3ccc473574a2e778426" - sha256 cellar: :any_skip_relocation, sonoma: "cce6dca90c949f985cdfa3b47bdb206c1853bc32a3fc26a2da2ae38c2cd8f7d9" - sha256 cellar: :any_skip_relocation, arm64_linux: "4aadaebfaea1f0b3d6ce5f0bb5878b4bed5e76009309f6c7da1b39a9441eb177" - sha256 cellar: :any_skip_relocation, x86_64_linux: "28055d007c0a2dd808951d640b1a576c3f56ca8efc1d2bc0313a9099ed11bfbc" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "ab666c286ec026645a0f0cdc3dff89eff99fcc4bd3d00745b30cffc2860e5de7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ab666c286ec026645a0f0cdc3dff89eff99fcc4bd3d00745b30cffc2860e5de7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ab666c286ec026645a0f0cdc3dff89eff99fcc4bd3d00745b30cffc2860e5de7" + sha256 cellar: :any_skip_relocation, sonoma: "c710bd1df11a74d22d2620205fbcee8273a27851b60985a8f653c16ee14c3a9d" + sha256 cellar: :any_skip_relocation, arm64_linux: "143727a340cb87fc8ca207b14cbb3ad764cd94e0b83b2d2609bc1565b885ad3c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2d3d18cf9c52f0bf08ed67eaf9827b9693b675f0015cfc017cb77f5f1ab85855" end depends_on "go" => :build