Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac: Brew install fails with SHA256 mismatch #184

Closed
marvin-hansen opened this issue Aug 13, 2023 · 2 comments
Closed

Mac: Brew install fails with SHA256 mismatch #184

marvin-hansen opened this issue Aug 13, 2023 · 2 comments

Comments

@marvin-hansen
Copy link

On M1 Mac with Ventura (13.4)

brew install clockworklabs/tap/spacetime

Results in:

Error: spacetime: SHA256 mismatch
Expected: 64534d142f6618c7bb6be9a0b19f7b7185069cb842afa0df086d1e2fcf7e7f29
Actual: 40c553be7246d709a08ccf07a20e73db2503127853c256b3de9fff4a95062db2

Looks like somehow the binary was updated without updating the hash.

Any idea?

@cctrz
Copy link

cctrz commented Aug 13, 2023

you can do a temp fix by doing
brew edit clockworklabs/tap/spacetime

and change the hash in this part:

if Hardware::CPU.arm?
  url "https://github.com/clockworklabs/SpacetimeDB/releases/latest/download/spacetime.darwin-arm64.tar.gz"
  sha256 "40c553be7246d709a08ccf07a20e73db2503127853c256b3de9fff4a95062db2"

@cloutiertyler
Copy link
Contributor

@cctrz @marvin-hansen Thanks for the heads up! This should be fixed now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants