Skip to content

Commit 8bca3a6

Browse files
authored
Merge pull request Homebrew#201496 from Homebrew/bump-docker-buildx-0.19.3
docker-buildx 0.19.3
2 parents 0e6efe2 + 4a47e18 commit 8bca3a6

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.19.2.tar.gz"
5-
sha256 "f45cb0d465ef0bdcac5136764db33626280fb8720dbae5f9565102e1af58f3c4"
4+
url "https://github.com/docker/buildx/archive/refs/tags/v0.19.3.tar.gz"
5+
sha256 "981a17d5763d9583c6c73ac194d4978de6fb632e3818fa6d983aefbc0c02f844"
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: "9b545e612ae9ef19fa99f4f8bba94fe37dd83a3ea856ea79e308d19b905c0905"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b545e612ae9ef19fa99f4f8bba94fe37dd83a3ea856ea79e308d19b905c0905"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9b545e612ae9ef19fa99f4f8bba94fe37dd83a3ea856ea79e308d19b905c0905"
13-
sha256 cellar: :any_skip_relocation, sonoma: "79969dd93057dd25917a1b1e391319864cf5bcd7f76e09a872c1e615afedf66c"
14-
sha256 cellar: :any_skip_relocation, ventura: "79969dd93057dd25917a1b1e391319864cf5bcd7f76e09a872c1e615afedf66c"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "cd02583aa271135ddd314f92238595744d5cd8dcad6c8ea6b2c3eee86adfe3a6"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "35d5b5977910f33b2ed7c749477cd8de134ac8243511e9db5624c36d2c506aef"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "35d5b5977910f33b2ed7c749477cd8de134ac8243511e9db5624c36d2c506aef"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "35d5b5977910f33b2ed7c749477cd8de134ac8243511e9db5624c36d2c506aef"
13+
sha256 cellar: :any_skip_relocation, sonoma: "12bd58848d0273bd11abf961ec90d304ed5d24fa86e14b26193d5a11eb8cc66d"
14+
sha256 cellar: :any_skip_relocation, ventura: "12bd58848d0273bd11abf961ec90d304ed5d24fa86e14b26193d5a11eb8cc66d"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9c8f5fc7439173b85a7cdc6273648166647ddac2b21d6a1d9f0ef1f7c929051c"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)