From a08fb6c3b4c9789c96f53b1863418b246301cb3e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 18 May 2026 17:47:55 +0000 Subject: [PATCH 1/2] docker-agent 1.60.0 --- Formula/d/docker-agent.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/docker-agent.rb b/Formula/d/docker-agent.rb index dfa4ef876e37..d54a3bc19e19 100644 --- a/Formula/d/docker-agent.rb +++ b/Formula/d/docker-agent.rb @@ -1,8 +1,8 @@ class DockerAgent < Formula desc "Agent Builder and Runtime by Docker Engineering" homepage "https://docker.github.io/docker-agent/" - url "https://github.com/docker/docker-agent/archive/refs/tags/v1.59.0.tar.gz" - sha256 "4e7419d362457fb606c676601b48d66d903bb05818136960d06a7834557848f9" + url "https://github.com/docker/docker-agent/archive/refs/tags/v1.60.0.tar.gz" + sha256 "6ac0041977fd226616cddaa2f47c6e7c168e6a3fba61e78333c0163bc98cd649" license "Apache-2.0" head "https://github.com/docker/docker-agent.git", branch: "main" From df00c0962e93bd06269dc439e63bff25e5481e9e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 18 May 2026 19:35:21 +0000 Subject: [PATCH 2/2] docker-agent: update 1.60.0 bottle. --- Formula/d/docker-agent.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/docker-agent.rb b/Formula/d/docker-agent.rb index d54a3bc19e19..57d690a8662f 100644 --- a/Formula/d/docker-agent.rb +++ b/Formula/d/docker-agent.rb @@ -7,12 +7,12 @@ class DockerAgent < Formula head "https://github.com/docker/docker-agent.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "7d32d4a460631e29813a0bb8ae2be55fd0b66ee911791bb3cbe287feb4f7cd4c" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd7c1cd380b400301a386ab302c20466d1ea85d1ae810e6490b5f80e13de6752" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9f987c98e78256d7a4f855b7f8eaa69b8fad565e7da822af73c5628753070eed" - sha256 cellar: :any_skip_relocation, sonoma: "097f9f48fc038f07f86191541e4587e4cc874fe9df1b2af80222df3eaff0cd61" - sha256 cellar: :any_skip_relocation, arm64_linux: "fd5af99d499bbff5d5ec868cd15672e4cd38fac10793bb62f2a4b4bd4a92961f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ccb4cca9480c7c65718914fea406a765c4f1ec4f206c36fc3de29b8c1380f9ef" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "daa6467a6d6a0bc97cfe1dc02e93c604b6a544fdf02fc09b52b92e249bc629a2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd8e42f9985c6433e5a8e367b85d84122ab2dd34babaa1d40664c09af68ef752" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6be5eff08e1f635c3fdc1393c2e9820aa3235db60908f33deef147d2d389eb76" + sha256 cellar: :any_skip_relocation, sonoma: "69eb51a94c58b8605614c893f50b71a21a507826df167242c5610f286b8d784f" + sha256 cellar: :any_skip_relocation, arm64_linux: "0bd2c6b74b4a7e115505a3c2da6e0e5fa98356f6d99388c1a4c14516a206edd0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "57454a0ee62b78ed3fd8183cef7bbb44ce5b4745799ee9eb1e58e8de6744e006" end depends_on "go" => :build