Skip to content

Commit

Permalink
Merge pull request Homebrew#199181 from Homebrew/bump-docker-buildx-0…
Browse files Browse the repository at this point in the history
….19.0

docker-buildx 0.19.0
  • Loading branch information
BrewTestBot authored Nov 27, 2024
2 parents 5e35703 + b33a13b commit 5350549
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/d/docker-buildx.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class DockerBuildx < Formula
desc "Docker CLI plugin for extended build capabilities with BuildKit"
homepage "https://docs.docker.com/buildx/working-with-buildx/"
url "https://github.com/docker/buildx/archive/refs/tags/v0.18.0.tar.gz"
sha256 "a935cb2715a5054d918d40ef07cdd4a6465b20a755d466248718ab59fd41c334"
url "https://github.com/docker/buildx/archive/refs/tags/v0.19.0.tar.gz"
sha256 "eab1eb18e06873c64ff1a0df00b298bcdbfd9c9515debbbac85b4c2cd0b228ff"
license "Apache-2.0"
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
Expand Down

0 comments on commit 5350549

Please sign in to comment.