|
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.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" |
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: "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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments