From b33a13b0bb2a448f1a8c684c8045831e928c2f57 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 27 Nov 2024 03:16:35 +0000 Subject: [PATCH] docker-buildx: update 0.19.0 bottle. --- Formula/d/docker-buildx.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/docker-buildx.rb b/Formula/d/docker-buildx.rb index 128c1bedcd1b3..4ae48d8a90095 100644 --- a/Formula/d/docker-buildx.rb +++ b/Formula/d/docker-buildx.rb @@ -7,12 +7,12 @@ class DockerBuildx < Formula head "https://github.com/docker/buildx.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad07f34068d46566f8a8b6e037e315f286d3e0264c5f0547808a9df3aa6de199" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad07f34068d46566f8a8b6e037e315f286d3e0264c5f0547808a9df3aa6de199" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ad07f34068d46566f8a8b6e037e315f286d3e0264c5f0547808a9df3aa6de199" - sha256 cellar: :any_skip_relocation, sonoma: "2414b0b80b0da1281c6be0900cc06dfd8b4f88df64ae7780680a17175b02fabd" - sha256 cellar: :any_skip_relocation, ventura: "2414b0b80b0da1281c6be0900cc06dfd8b4f88df64ae7780680a17175b02fabd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "402365f690880d8702b078c2a767d04f1846d65bee0cfafeea3cdbc83ef1d3e3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f62706d196c483f18d84e78e3bcfe48c890ad6d82c1d0194101532e9c9d7672" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f62706d196c483f18d84e78e3bcfe48c890ad6d82c1d0194101532e9c9d7672" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1f62706d196c483f18d84e78e3bcfe48c890ad6d82c1d0194101532e9c9d7672" + sha256 cellar: :any_skip_relocation, sonoma: "a8756e1e9451029813ce09ad5d036af26cc124a33c3024bf7c7b5b65ed35b339" + sha256 cellar: :any_skip_relocation, ventura: "a8756e1e9451029813ce09ad5d036af26cc124a33c3024bf7c7b5b65ed35b339" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c69b2d3ef1765c6cebe9991a27842fe0c28a8c8459621b13cc80acb5685cbc93" end depends_on "go" => :build