We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2330bcc commit fc18405Copy full SHA for fc18405
Formula/d/docker-completion.rb
@@ -1,8 +1,8 @@
1
class DockerCompletion < Formula
2
desc "Bash, Zsh and Fish completion for Docker"
3
homepage "https://www.docker.com/"
4
- url "https://github.com/docker/cli/archive/refs/tags/v28.4.0.tar.gz"
5
- sha256 "420f9caf3ba09229cd98f7f8325fb9969d0746cccf4bdc3c56dfe2621bb07803"
+ url "https://github.com/docker/cli/archive/refs/tags/v28.5.0.tar.gz"
+ sha256 "f523daa962f748a9bfc02c90b56672f31539e3816d161cf77febe007789c3101"
6
license "Apache-2.0"
7
head "https://github.com/docker/cli.git", branch: "master"
8
0 commit comments