G-Node / gin-cli

Command line client for GIN
https://gin.g-node.org
Other
12 stars 6 forks source link

Exception during brew upgrade #288

Closed jgrewe closed 4 years ago

jgrewe commented 4 years ago

Hi all, received this mismatch error during brew upgrade.

Installing g-node/pkg/gin-cli
==> Downloading https://github.com/G-Node/gin-cli/releases/download/v1.10/gin-cli-1.10-macos.tar.gz
==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws.com/66471075/3e3ba500-4e83-11ea
######################################################################## 100.0%
Error: An exception occurred within a child process:
  ChecksumMismatchError: SHA256 mismatch
Expected: 5ff7c9d87739f9e556d864120577631333cc8e0656c2b8b0c7744310cabd7f5c
  Actual: 97b4dff524323cb786c35e7601392674d8e5edc9f322aec87f4880347b0a4625
 Archive: /Users/xyz/Library/Caches/Homebrew/downloads/37c06df53e3787af0b9ce79440c9b9697cd78d3790a17ebc9edc06e93720a12e--gin-cli-1.10-macos.tar.gz
To retry an incomplete download, remove the file above.
achilleas-k commented 4 years ago

Looks like I forgot to update the hash when I updated the formula for v1.10. Fixed now. Thanks!!

jgrewe commented 4 years ago

cool, works!