|
1 | 1 | class DockerBuildx < Formula |
2 | 2 | desc "Docker CLI plugin for extended build capabilities with BuildKit" |
3 | 3 | 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" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/docker/buildx.git", branch: "master" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments