Skip to content

Commit

Permalink
git-credential-oauth: update checksum
Browse files Browse the repository at this point in the history
Homebrew#175310 reported an error:

https://github.com/Homebrew/homebrew-core/actions/runs/10375471363/job/28727784153?pr=175310#step:3:7976

````
  ==> Downloading from https://codeload.github.com/hickford/git-credential-oauth/tar.gz/refs/tags/v0.13.2
  Downloaded to: /Users/brew/Library/Caches/Homebrew/downloads/d7e47f95a25d972c964539b918890c1dd830c260a9b3db8a95aef3ff332c209b--git-credential-oauth-0.13.2.tar.gz
  SHA256: ee894f81c63dbfc9ff7fc59affce3cedca85e9ef3d7b10ea6f0af86e712418d7
  Warning: Formula reports different sha256: 06da9103faaadf1e0d1f7ae9758f7193828fc9d7b3de246fcd8ef889450c5639
  Warning: Formula reports different sha256: 06da9103faaadf1e0d1f7ae9758f7193828fc9d7b3de246fcd8ef889450c5639
````

To be verified with https://github.com/hickford/git-credential-oauth developers.
  • Loading branch information
stefanb committed Aug 16, 2024
1 parent b0ccfad commit 9e0dced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/g/git-credential-oauth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class GitCredentialOauth < Formula
desc "Git credential helper that authenticates in browser using OAuth"
homepage "https://github.com/hickford/git-credential-oauth"
url "https://github.com/hickford/git-credential-oauth/archive/refs/tags/v0.13.2.tar.gz"
sha256 "06da9103faaadf1e0d1f7ae9758f7193828fc9d7b3de246fcd8ef889450c5639"
sha256 "ee894f81c63dbfc9ff7fc59affce3cedca85e9ef3d7b10ea6f0af86e712418d7"
license "Apache-2.0"
head "https://github.com/hickford/git-credential-oauth.git", branch: "main"

Expand Down

0 comments on commit 9e0dced

Please sign in to comment.