Skip to content

Commit fffa849

Browse files
authored
Merge pull request Homebrew#225057 from calvinit/docker-v28.2.1
docker docker-completion v28.2.1
2 parents 1efd2e3 + e150dfb commit fffa849

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Formula/d/docker-completion.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class DockerCompletion < Formula
22
desc "Bash, Zsh and Fish completion for Docker"
33
homepage "https://www.docker.com/"
4-
url "https://github.com/docker/cli/archive/refs/tags/v28.1.1.tar.gz"
5-
sha256 "98b305725d453b6802a4df1e4c8184b66cf8d74e9050bbf3d92b2804621cb9f6"
4+
url "https://github.com/docker/cli/archive/refs/tags/v28.2.1.tar.gz"
5+
sha256 "1e6942e9a410b314f6a75b021216328f0798be30180e95a1d553ee672d3f400f"
66
license "Apache-2.0"
77
head "https://github.com/docker/cli.git", branch: "master"
88

@@ -11,7 +11,7 @@ class DockerCompletion < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "bec711e769cdf55d0f8ffa4e470d1e0e361a3eede07f23dc10833697030aae1b"
14+
sha256 cellar: :any_skip_relocation, all: "b6225926f31892427b676d9a3316eb3f02b4a57631a247a8d1a0bcd907de5e1b"
1515
end
1616

1717
conflicts_with cask: "docker"

Formula/d/docker.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class Docker < Formula
22
desc "Pack, ship and run any application as a lightweight container"
33
homepage "https://www.docker.com/"
44
url "https://github.com/docker/cli.git",
5-
tag: "v28.1.1",
6-
revision: "4eba3773274f9d21ba90ae5bc719c3f1e4bb07a1"
5+
tag: "v28.2.1",
6+
revision: "879ac3f88fe137c2058afe995298832eb2ff1546"
77
license "Apache-2.0"
88
head "https://github.com/docker/cli.git", branch: "master"
99

@@ -13,12 +13,12 @@ class Docker < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4cafb97ca3f594ca7050af4399ec3ad80584c6ea703459b76a9a4ed254e2e8b"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4cafb97ca3f594ca7050af4399ec3ad80584c6ea703459b76a9a4ed254e2e8b"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f4cafb97ca3f594ca7050af4399ec3ad80584c6ea703459b76a9a4ed254e2e8b"
19-
sha256 cellar: :any_skip_relocation, sonoma: "57d7fd27548c111218a290190fef3d175dd3c370c6172a8a4b40dc4b4e591d39"
20-
sha256 cellar: :any_skip_relocation, ventura: "57d7fd27548c111218a290190fef3d175dd3c370c6172a8a4b40dc4b4e591d39"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1494bc4df83a5d766599f3bae796c6ec4699754b5763a00151e3eff5215c0e53"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c19c34b5478047f288edddc9269788d1d754d87b92a3c72b256fefb3eea4bd7e"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c19c34b5478047f288edddc9269788d1d754d87b92a3c72b256fefb3eea4bd7e"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c19c34b5478047f288edddc9269788d1d754d87b92a3c72b256fefb3eea4bd7e"
19+
sha256 cellar: :any_skip_relocation, sonoma: "f65caf3685f3f1a8278bde3c9974180bec591f117aedc0b35ffdd0c6e2d7e990"
20+
sha256 cellar: :any_skip_relocation, ventura: "f65caf3685f3f1a8278bde3c9974180bec591f117aedc0b35ffdd0c6e2d7e990"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "89caf722f0bd199badd95dca7d231b7e433d319619a620071d667e4475a84134"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)