Skip to content

Commit 3d17669

Browse files
authored
Merge pull request #255719 from Homebrew/bump-docker-29.0.3
docker docker-completion 29.0.3
2 parents e069be2 + ba6e27d commit 3d17669

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/v29.0.2.tar.gz"
5-
sha256 "95cf6a9dabd5eecdc77cab028d9b82ffc3ae54b36ffa72861599dae495e25c90"
4+
url "https://github.com/docker/cli/archive/refs/tags/v29.0.3.tar.gz"
5+
sha256 "def691b8d2a2aae4197d1f5f79529d36b14ae78e001ae41c0f32c50e606bb37a"
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: "a17cd949863de5ad7ec2b1fc4659ce97a37d212e164c643ec768f8894d7228e4"
14+
sha256 cellar: :any_skip_relocation, all: "acffdc338972db3cecf0d119d5ebafd1f80d8c8616a0cd19d02b837ed1e9c150"
1515
end
1616

1717
conflicts_with cask: "docker-desktop"

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: "v29.0.2",
6-
revision: "8108357bcb4b5d746ccc44aa85e60995895b26b3"
5+
tag: "v29.0.3",
6+
revision: "511dad69d0733d0b63e5ef637e67b5bf3f7081f0"
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_tahoe: "796a71b87b7e4e7e75e2f53905c50e772ec31f0539126b70c0404141fe7d9e5a"
17-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "52ff9c75170ba9765b22527dc889e336a2383776d590d35058b546162119a67c"
18-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8b6563dfcc95abf647e2ddcdd1e6ee0399ba3ed16b5c077d55512f8b9b3fb1d"
19-
sha256 cellar: :any_skip_relocation, sonoma: "e382f7d4e8b3b32f88da7d4e597ad5af78483efdd03f5762eb11b2f64cd9f6bb"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "41583be2f3aff350d6fa674dc02f5c911fad299f4634c035cf65be1b1ef447e7"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ad029d5e14cd938de0ae7c96f553ae5ac4d501ce80c782cfec18270b89fc0774"
16+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9d823a0b7e77300bcc205461ed392837fcdb7f92ba2d6b22ae1a37bbbbde8629"
17+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d857d908db4fa9298468877fe636f27386c126f5c7a31051b242197865a02cf5"
18+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f6c9e760a3d82c1ed4ad13cf31d821c9622bb2f8fc2395729c7282f4d89cfd6d"
19+
sha256 cellar: :any_skip_relocation, sonoma: "fa74d134d9514b1e50c7c1bfc17f7c6ca505f0b1c4d7a9229beb7fe39943a48b"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "3852215c26c01ab6e792d4e6529858d0a96919535d421301c7e1db2e245ea776"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f757e5aa47acdf81250205068971777dd7c95144fbd88ef0943af64b1bba94d2"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)