Shopify / themekit

Shopify theme development command line tool.
https://shopify.dev/tools/theme-kit
MIT License
1.17k stars 369 forks source link

SHA256 mismatch while installing postgresql via brew on MAC bigsur #968

Open laxmankomar opened 2 years ago

laxmankomar commented 2 years ago

Describe the bug Getting Error: postgresql: SHA256 mismatch while installing postgresql

To Reproduce Steps to reproduce the behavior:

  1. run command 'brew install postgresql'

brew install postgresql ==> Downloading https://ghcr.io/v2/homebrew/core/postgresql/manifests/14.2 Already downloaded: /Users/lhkomar/Library/Caches/Homebrew/downloads/d623c46e0c50440cd6c33ea5a9ff7c7d0acabc61e43e17493c4239294fd37ac5--postgresql-14.2.bottle_manifest.json ==> Downloading https://ghcr.io/v2/homebrew/core/postgresql/blobs/sha256:d96a133cc4c718081f3c16e72af6f3626c1365e0daa945be3207797d6237f Already downloaded: /Users/lhkomar/Library/Caches/Homebrew/downloads/f1e56a727bb00c43d5c28c65aedc41d5c0846fc1570ee1188c5028dae6aa21ea--postgresql--14.2.big_sur.bottle.tar.gz Error: postgresql: SHA256 mismatch Expected: d96a133cc4c718081f3c16e72af6f3626c1365e0daa945be3207797d6237fede Actual: fa1ab7d895a5f72462ab574d533a7c7b096ddf66a091be82ea82587436d38a57 File: /Users/lhkomar/Library/Caches/Homebrew/downloads/f1e56a727bb00c43d5c28c65aedc41d5c0846fc1570ee1188c5028dae6aa21ea--postgresql--14.2.big_sur.bottle.tar.gz To retry an incomplete download, remove the file above.

Expected behavior Software should be installed

Additional context Even after deleting the file from cache and retrying also leading to same problem