Delta: Homebrew checksum invalid

Created on 8 Feb 2020  ·  1Comment  ·  Source: dandavison/delta

When upgrading to 0.0.16 in Homebrew there is a checksum mismatch. Seems similar to #66.

❯ brew upgrade dandavison/delta/git-delta
==> Upgrading 1 outdated package:
dandavison/delta/git-delta 0.0.15 -> 0.0.16
==> Upgrading dandavison/delta/git-delta
==> Downloading https://github.com/dandavison/delta/releases/download/0.0.16/delta-0.0.16-x86_64-apple-darwin.tar.gz
==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws.com/193526915/04056b80-498a-11ea-870f-0ce42550ffbe?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVE
######################################################################## 100.0%
Error: An exception occurred within a child process:
  ChecksumMismatchError: SHA256 mismatch
Expected: 823ae3c62f6c463d8ea2e7303e7299426df91ebbf3e98725e1bdd63df89d9784
  Actual: 64c22b879df94c2e60be555ff65928b01290a43780d7148772cc4e927a6cb7fa
 Archive: /Users/nickf/Library/Caches/Homebrew/downloads/6f7fe00fa2040061ef8178f94e5088c0d36649835bb061c2017b098a1d6b3836--delta-0.0.16-x86_64-apple-darwin.tar.gz
To retry an incomplete download, remove the file above.

Most helpful comment

Indeed, oops, thanks! I need to write a release script. By the way, delta is in public homebrew, so you can do

brew install git-delta

And to get rid of the old one from the private tap:

brew untap dandavison/delta

>All comments

Indeed, oops, thanks! I need to write a release script. By the way, delta is in public homebrew, so you can do

brew install git-delta

And to get rid of the old one from the private tap:

brew untap dandavison/delta
Was this page helpful?
0 / 5 - 0 ratings