Skip to content

Commit 3925109

Browse files
authored
Merge pull request #182679 from Homebrew/docker-docker-completion-27.2.0
docker docker-completion 27.2.0
2 parents 6381ede + e7e968c commit 3925109

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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/v27.1.2.tar.gz"
5-
sha256 "e60fddb2bd2b4e19790d26b786c930e70fa935168373ef08055f74bbc450bce8"
4+
url "https://github.com/docker/cli/archive/refs/tags/v27.2.0.tar.gz"
5+
sha256 "abd601fcf2223a550a9a8ef9117345f932b06ccb084bbfb8d111f6809d5e6c83"
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: "d076db0170b4e7cb19a4f58b953ef6293d24f9a463406efc72f48e6c3d7c8b18"
14+
sha256 cellar: :any_skip_relocation, all: "b51303b5ae9d2fcc91d386c88ce127c860501e66ec1ddacaee40d05f4e2efea6"
1515
end
1616

1717
# These used to also be provided by the `docker` formula.

Formula/d/docker.rb

Lines changed: 9 additions & 9 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: "v27.1.2",
6-
revision: "d01f264bccd8bed2e3c038054a04b99533478ab8"
5+
tag: "v27.2.0",
6+
revision: "3ab42569583b58dbc6f167d842d5a3dd5972065f"
77
license "Apache-2.0"
88
head "https://github.com/docker/cli.git", branch: "master"
99

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

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "db8687f2df6b1e22271be35f26543af7aae7edda36710fa59e324d4931321fc6"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "e7fa9e6cdd8373e4273e40ef8e6f45712e256d05f7718d9ea33e00160c9126cb"
18-
sha256 cellar: :any_skip_relocation, arm64_monterey: "c85d467f6e7298c9a267d550e1d0655f5f495a5f768cc8bb8be3491e08c6cd95"
19-
sha256 cellar: :any_skip_relocation, sonoma: "5da70e74096c17ab09e937a2254beef9d7d2c633957ff21000bff5d396c3ffe6"
20-
sha256 cellar: :any_skip_relocation, ventura: "f1f5e427c79ab5d7d51ffa6dcbbfcfc248cae037cca0632c4060b3dce231a2db"
21-
sha256 cellar: :any_skip_relocation, monterey: "4cd8a26236c01ccda274b46b5f81f3802bdf04bea042ff544ac776c20f689f34"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "feb7bc3d2de8054c1cbf3096e965d2d36ac655a433b5c2d085def040f850f5db"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a7a2e963a9d3192a6666f52c0cd15b1eee481ade00c7e41ec129eae4b9b6424"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8a7a2e963a9d3192a6666f52c0cd15b1eee481ade00c7e41ec129eae4b9b6424"
18+
sha256 cellar: :any_skip_relocation, arm64_monterey: "8a7a2e963a9d3192a6666f52c0cd15b1eee481ade00c7e41ec129eae4b9b6424"
19+
sha256 cellar: :any_skip_relocation, sonoma: "d5725b5f465e9e7c2d11ba90f6cc226a854d54d0a5a1e6826b9aaacb1ae7a407"
20+
sha256 cellar: :any_skip_relocation, ventura: "d5725b5f465e9e7c2d11ba90f6cc226a854d54d0a5a1e6826b9aaacb1ae7a407"
21+
sha256 cellar: :any_skip_relocation, monterey: "d5725b5f465e9e7c2d11ba90f6cc226a854d54d0a5a1e6826b9aaacb1ae7a407"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "cbfcb9d52d3e2d115417a61bd9f8c0ee62ae264fdb0eeda97d27512c46bf8553"
2323
end
2424

2525
depends_on "go" => :build

0 commit comments

Comments
 (0)