Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-credential-helper 0.8.2 #172633

Merged
merged 2 commits into from
May 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/d/docker-credential-helper.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class DockerCredentialHelper < Formula

Check warning on line 1 in Formula/d/docker-credential-helper.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew linkage --cached --test --strict docker-credential-helper` failed on Linux!

Indirect dependencies with linkage: glib
desc "Platform keystore credential helper for Docker"
homepage "https://github.com/docker/docker-credential-helpers"
url "https://github.com/docker/docker-credential-helpers/archive/refs/tags/v0.8.1.tar.gz"
sha256 "c9006b2acf159d54fd00a1713422ab70914dae87270b4f44d05edab526199e20"
url "https://github.com/docker/docker-credential-helpers/archive/refs/tags/v0.8.2.tar.gz"
sha256 "bc887a126dc294f5c60d0b2d50481cc9ee330249c482bcedd16607e4d18c98ba"
license "MIT"
head "https://github.com/docker/docker-credential-helpers.git", branch: "master"

Expand Down
Loading