Skip to content

Commit 19b4acb

Browse files
authored
Merge pull request #228121 from botantony/bump-docker-28.3.0
docker docker-completion 28.3.0
2 parents 76199d2 + 89f648c commit 19b4acb

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.2.2.tar.gz"
5-
sha256 "4a95c430381101c418e02e1ad87679237f3b59d909fa26d9fd36103d0cd36930"
4+
url "https://github.com/docker/cli/archive/refs/tags/v28.3.0.tar.gz"
5+
sha256 "0ac18927138cd2582e02277d365174a118b962f10084a6bef500a58de705e094"
66
license "Apache-2.0"
77
head "https://github.com/docker/cli.git", branch: "master"
88

@@ -13,7 +13,7 @@ class DockerCompletion < Formula
1313
no_autobump! because: :requires_manual_review
1414

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, all: "d1e4eeba6a1ec5b740b3cffef871be8cb2e63164a5d55c8d7a50e91a6395f8ba"
16+
sha256 cellar: :any_skip_relocation, all: "a19b77d3e86b286ff37b22699eeea211e1d9004a6cc9ea582c76f956af8552cf"
1717
end
1818

1919
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.2.2",
6-
revision: "e6534b4eb700e592f25e7213568a02f3ce37460d"
5+
tag: "v28.3.0",
6+
revision: "38b7060a218775811da953650d8df7d492653f8f"
77
license "Apache-2.0"
88
head "https://github.com/docker/cli.git", branch: "master"
99

@@ -15,12 +15,12 @@ class Docker < Formula
1515
no_autobump! because: :requires_manual_review
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "960354449a9dd1ca73eae7afcce85e9e542431b4b8e6a4fa6ebcdd47b7adfd5e"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "960354449a9dd1ca73eae7afcce85e9e542431b4b8e6a4fa6ebcdd47b7adfd5e"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "960354449a9dd1ca73eae7afcce85e9e542431b4b8e6a4fa6ebcdd47b7adfd5e"
21-
sha256 cellar: :any_skip_relocation, sonoma: "da26027d3fc8d77104bddd53bd946ae871716701869e85f839f777c524e4c6db"
22-
sha256 cellar: :any_skip_relocation, ventura: "da26027d3fc8d77104bddd53bd946ae871716701869e85f839f777c524e4c6db"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "21887e7206a795d402ed30807661dbcdeeb1d63776d7c1057580b3f7fc08bde2"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c95fb6f394791abf5157830f11dfbb9c2fc11633a908b962eddcba036e78ac8b"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "45731be257bedf5a08daa9f8edbfca3bd3a72e2ff38e81ead4ba44455dfc071d"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "feb2425d2e3f101982e9864f623f3ccb4720420343c983127fbd0da612edc1cf"
21+
sha256 cellar: :any_skip_relocation, sonoma: "a8c7006859d506952902abb52cd679c33bc86f73c476139ed0b835bef2582325"
22+
sha256 cellar: :any_skip_relocation, ventura: "288c96bbfb5b52cffbc21838505523af632336bee498d85739afbb27e73d87b3"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "da9ebebc4b073a0c30eff765eab019cd81de26fa8c70bd9cca4cad09f534a582"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)