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 85b4cfb commit 87040a6Copy full SHA for 87040a6
Formula/d/docker-credential-helper.rb
@@ -1,8 +1,8 @@
1
class DockerCredentialHelper < Formula
2
desc "Platform keystore credential helper for Docker"
3
homepage "https://github.com/docker/docker-credential-helpers"
4
- url "https://github.com/docker/docker-credential-helpers/archive/refs/tags/v0.9.3.tar.gz"
5
- sha256 "1111c403d50fc26bee310db8bed4fb7d98a43e88850e2ad47403e8f2e9109860"
+ url "https://github.com/docker/docker-credential-helpers/archive/refs/tags/v0.9.4.tar.gz"
+ sha256 "6cb45cdd1e7f964fb15bc260f55238d90eb365d1d3d4cb7f41418637a9316a6d"
6
license "MIT"
7
head "https://github.com/docker/docker-credential-helpers.git", branch: "master"
8
0 commit comments