From 65e44af9c89081fbc2041899c34fcb4ca4877e8f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:39:04 +0000 Subject: [PATCH 1/2] docker-agent 1.52.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 4a119aee1aa1..62429ef95142 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.51.0.tar.gz" - sha256 "84439ac02e9239a3706daafb9a882dabe0d7b5927b33c34cae51958676edc610" + url "https://github.com/docker/docker-agent/archive/refs/tags/v1.52.0.tar.gz" + sha256 "69fade3df6433f8922d842862066e6b9890f972a7a23c00f6d9fabd681515fe6" license "Apache-2.0" head "https://github.com/docker/docker-agent.git", branch: "main" From 4ab4c36cb0fedf4b27a858d353b1dac765843265 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:58:17 +0000 Subject: [PATCH 2/2] docker-agent: update 1.52.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 62429ef95142..4e1b973b201e 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: "844eb4fb331a40684bb4001e3d7d279ab9543f13dc63a4799e70d6eabc5fe820" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9f5d6280429e6c920f65ed02c04dc20ba265a51ba0a75e632aea2b97140a3686" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "146a0accf0c204faa881cf5ff3194d42cc6d57d5c3004dfb424acdce5088745e" - sha256 cellar: :any_skip_relocation, sonoma: "2b2e779ef91688f0a5d6462656408b7cdc1395b20c4deb548ff707024ff9ea6f" - sha256 cellar: :any_skip_relocation, arm64_linux: "45a46ed666ed42f15ea7600dd5c548137916c2ff81ba2f6cd6acdcdaf77b7249" - sha256 cellar: :any_skip_relocation, x86_64_linux: "41d24aea15aef37bdcec39f1a301ee0908e1f8d6cb169ee4d2933b6e999c096c" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "e0ea7ede58bb3dcd4421fe30d0622848f553dc753b50e00f62e8acab8dfbb00b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "873021ba94f37a22f65cbb656f519311c26db9a785a353b98eafc9f3eebed02f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7580dc9a85e06aa160645a8b85a92e6ce6e12ea4c25d94399bcd6dcde5fc26d9" + sha256 cellar: :any_skip_relocation, sonoma: "0df441055edc448e7a585081426b31c28d8fe5e863c37c3a946029909a8fcbe4" + sha256 cellar: :any_skip_relocation, arm64_linux: "551fd4b4a027f225a665a85d4a51fab185153f569aa74aadd6652991319b4bdf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "262bb9335e3dc126a7ceb877bd389fcfdc03e976d37a99114f4a33de8202ef06" end depends_on "go" => :build