keith / git-pile

Stacked diff support for GitHub workflows
MIT License
146 stars 11 forks source link

brew install fails with SHA256 mismatch #31

Closed kenyee closed 1 year ago

kenyee commented 1 year ago

Has anyone seen this when trying to install via homebrew on an M1 Mac?

==> Fetching keith/formulae/git-pile
==> Downloading https://github.com/keith/git-pile/archive/refs/tags/0.4.0.tar.gz
Already downloaded: /Users/keny/Library/Caches/Homebrew/downloads/a620102ff8aa0a9771a1baa34f68fee0c17baef0beedd3e64001b3dde152533f--git-pile-0.4.0.tar.gz
Error: git-pile: SHA256 mismatch
Expected: 417fbb477904f4ac476c0c369008a42e6e17e5365c1ef1d527c001bad2656481
  Actual: 9921c816b1594cbcede13ec5fb58339a07d372998fcc557eea203a1542ef4844
    File: /Users/keny/Library/Caches/Homebrew/downloads/a620102ff8aa0a9771a1baa34f68fee0c17baef0beedd3e64001b3dde152533f--git-pile-0.4.0.tar.gz
To retry an incomplete download, remove the file above.

Deleting the file and retrying brew install keith/formulae/git-pile doesn't work. And any relation to this project? https://github.com/git-pile/git-pile

brentleyjones commented 1 year ago

Github is having an issue with SHAs of generated archives right now. Since that has a huge impact on lots of communities, ideally we don't do anything here for now.

kenyee commented 1 year ago

Deleted that file and retried again and it installed today. Didn't know Github was having a SHA issue yesterday. Closing issue. thx.