Skip to content

Commit 246232d

Browse files
authored
Merge pull request #278530 from Homebrew/bump-docker-29.4.1
docker docker-completion 29.4.1
2 parents 3c08e24 + 9c811de commit 246232d

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

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.4.0.tar.gz"
5-
sha256 "cc347f0246975cde09da43831c227ccae3b73d0953389d0963e6aa04af6de6a1"
4+
url "https://github.com/docker/cli/archive/refs/tags/v29.4.1.tar.gz"
5+
sha256 "b45d935ab8f5faff8b0a03eb6c5c658636f47bc8170d892152b8eb57f5931315"
66
license "Apache-2.0"
77
compatibility_version 1
88
head "https://github.com/docker/cli.git", branch: "master"
@@ -12,7 +12,7 @@ class DockerCompletion < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, all: "6c981b159ff175d91ef81983cf066219b3740ee51378e82d0c95772789ffb29f"
15+
sha256 cellar: :any_skip_relocation, all: "d4bc24784bbef4b4e1269e74cfa2cca6f41252b42858c16d7b30d68f3de22eed"
1616
end
1717

1818
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.4.0",
6-
revision: "9d7ad9ff180b43ae5577d048a7bac1159ce7bacf"
5+
tag: "v29.4.1",
6+
revision: "055a478ea9010a19d0d4674c0d0e87ade37a4223"
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: "178fd5bfe589f1d5026018ea4bcf0fc81811b28e91c1d85c3f8a7abe45be11a5"
17-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fc3607767da358c760b1783f476fcb63ffe11c68362419197094eedc23237195"
18-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f5ce6774a64a8a645c7b9f26ab9f8f67dce5185608aba7e6bebecd44127d242"
19-
sha256 cellar: :any_skip_relocation, sonoma: "ed923243d0df3fabf2e999d801a3cb3557cdde9cd44eed1cbe31e6fe4eb609d9"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "026ca18c9e475f51ffd6d4977c4b056b079135be5ee11b7f2fad19823f0f4c25"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c6ac3aeecb6e3e6c11e778590d6934e38d3bd5580226a44c9524ff3b648b2f52"
16+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "092de39a0ae10b955048ca40a1633ffd21eff639e453ebabc6f3c6585f5c9320"
17+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "07852f1cd2580189a945598bd6dfdac4be16cb870482115c6936644f0db629b4"
18+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4111e1a04e2b3e4b3c09bc79162271e902b7ae095baa69f425f4d20569ef5f3"
19+
sha256 cellar: :any_skip_relocation, sonoma: "50f896ce98bb2289b9425a21883c6361a693f299f3628a8f452b58508eac3f74"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "b6d363db8bbd3e0aec9f42b404fa9bcebc2b5df5846d99d7386a573fca35ff9d"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c54766feafbc89c66bc170d0c3389aa0312c075c6d29f1be0e49458e4ed1f082"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)