Skip to content

Commit 4abf948

Browse files
authored
Merge pull request #246688 from Homebrew/bump-docker-28.5.0
docker docker-completion 28.5.0
2 parents de10027 + 0cd8fe2 commit 4abf948

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
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.4.0.tar.gz"
5-
sha256 "420f9caf3ba09229cd98f7f8325fb9969d0746cccf4bdc3c56dfe2621bb07803"
4+
url "https://github.com/docker/cli/archive/refs/tags/v28.5.0.tar.gz"
5+
sha256 "f523daa962f748a9bfc02c90b56672f31539e3816d161cf77febe007789c3101"
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: "a33e9c108b302296e86d5b4e3a5d7aa502c4c57f410869e4545dd71245e8dcf5"
14+
sha256 cellar: :any_skip_relocation, all: "e04789b1287cfffc5db3e7a1e893ce76cb2eacf0b2fbf7a91dbcae4987037d27"
1515
end
1616

1717
conflicts_with cask: "docker-desktop"

Formula/d/docker.rb

Lines changed: 8 additions & 10 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.4.0",
6-
revision: "d8eb465f86cfceeb57f8582e373d41a558d35503"
5+
tag: "v28.5.0",
6+
revision: "887030fbe83f5368566ec3b35e15a4ba13267a62"
77
license "Apache-2.0"
88
head "https://github.com/docker/cli.git", branch: "master"
99

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

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "d59f5e73408c4fc4e9216ce4135aaf45b2333085e14c0fb2e269b18a18b4ea05"
17-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b16b84e8051d0e5776b5cb9eabfac72b34e7e9c0b9fcb06f7f08594d2b9f26be"
18-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d4aa62e9398789ed259d59e34684b848084f4b43f0ccacbbcb1795f996d51599"
19-
sha256 cellar: :any_skip_relocation, arm64_ventura: "22832800661f1da1954b5e4025ab897f48ae84bfc4f5988b87313c1e50c6bbe1"
20-
sha256 cellar: :any_skip_relocation, sonoma: "0edc16df66d8603b216c2093e30ba73a27387bf6c6a8833387680a974a5987f7"
21-
sha256 cellar: :any_skip_relocation, ventura: "a32fe1348ee00282d3900f86e8f1272bfdfdd543813408d78c62c32d1b6adc9d"
22-
sha256 cellar: :any_skip_relocation, arm64_linux: "c055662664c02f22f34ce79ae79590e20b869e619aa043a75deeb93b2c3a1c46"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4f68c19ae934558c8139a0028142717ffe5d1f00a660aa087ad029c1efb8a478"
16+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "ab259f3dbb54c553ff16cce9bb47d8bd46873e6fe5cf38d04cec2db4b1a8c26a"
17+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9733eab92fe9c5036128062b08462d3e04f54f7591351b6f594548761ee8fac1"
18+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b60afa2ad6c012ae527d41d29c569506682ce1c62601dfa5e6d7df2af1093b64"
19+
sha256 cellar: :any_skip_relocation, sonoma: "56981e8bfda779a75db6a90cd232733ffbce017ddb8cc3df673783bd13245a2e"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "30ba48fb3669dcdf28d6099bb56cb8eb3ed70597e55db84f5419fa3d1fb49f53"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1f3063cde6b2a55a6cc03057cda0f02e9f9169b84c4419a8896a799c36a352dd"
2422
end
2523

2624
depends_on "go" => :build

0 commit comments

Comments
 (0)