Skip to content

Commit 381f49c

Browse files
authored
Merge pull request Homebrew#227199 from Homebrew/bump-docker-buildx-0.25.0
docker-buildx 0.25.0
2 parents 565945e + 8eb23df commit 381f49c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/d/docker-buildx.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class DockerBuildx < Formula
22
desc "Docker CLI plugin for extended build capabilities with BuildKit"
33
homepage "https://docs.docker.com/buildx/working-with-buildx/"
4-
url "https://github.com/docker/buildx/archive/refs/tags/v0.24.0.tar.gz"
5-
sha256 "c20f30462818a4e9224ac8dbd639ff9da323ecf40f296095e5a693296ad4b765"
4+
url "https://github.com/docker/buildx/archive/refs/tags/v0.25.0.tar.gz"
5+
sha256 "e5a7573a5995c0f12c86d35a8148b2a10a6f1b11d1cf8c6977bf03ac281e6959"
66
license "Apache-2.0"
77
head "https://github.com/docker/buildx.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7024c646c4185557026886eaf6657407e0acf9ef67d3b6e06925feefa3afb65b"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7024c646c4185557026886eaf6657407e0acf9ef67d3b6e06925feefa3afb65b"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "7024c646c4185557026886eaf6657407e0acf9ef67d3b6e06925feefa3afb65b"
13-
sha256 cellar: :any_skip_relocation, sonoma: "867363743d698c5eec81984c9adb3155ef877ad7363f0f6ffeca8ab7e08e3792"
14-
sha256 cellar: :any_skip_relocation, ventura: "867363743d698c5eec81984c9adb3155ef877ad7363f0f6ffeca8ab7e08e3792"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8e8def1d2f10966cfeb15aed97e3e09ee1b2ff550dcaa4ebf2a8de5e54b3fe06"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "56f5de9cf36c8afd803e6e69a6d6bb6d9d2f249d880d5c2f812206df15c4ea15"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "56f5de9cf36c8afd803e6e69a6d6bb6d9d2f249d880d5c2f812206df15c4ea15"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "56f5de9cf36c8afd803e6e69a6d6bb6d9d2f249d880d5c2f812206df15c4ea15"
13+
sha256 cellar: :any_skip_relocation, sonoma: "b09ed1d3751f138a0df220bc5126409779e3a092f1b6b04ff7cc8ad74b74f910"
14+
sha256 cellar: :any_skip_relocation, ventura: "b09ed1d3751f138a0df220bc5126409779e3a092f1b6b04ff7cc8ad74b74f910"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "15525a520232b7575097a146a1430a2afa95ca03bc1fdf5187a01bffe6431708"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)