knazarov / homebrew-qemu-virgl

A homebrew tap for qemu with support for 3d accelerated guests
415 stars 68 forks source link

SHA256 mismatch for libangle-20210315.1.catalina.bottle.tar.gz #26

Closed yevgenko closed 3 years ago

yevgenko commented 3 years ago
brew install knazarov/qemu-virgl/qemu-virgl

...

==> Downloading https://github.com/knazarov/homebrew-qemu-virgl/releases/download/libangle-20210315.1/libangle-20210315.1.catalina.bottle.tar.gz
==> Downloading from https://github-releases.githubusercontent.com/347953696/9aff3400-8703-11eb-97c5-1d91a1ed2f01?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI
######################################################################## 100.0%
Error: SHA256 mismatch
Expected: 032ffcba856c6b16b07edc1156100b943dc1322df4e61da8620edbd503957ef9
  Actual: e9aa9442083ef1eb5b3e760170d941b1ab4d8df521d97155afdf307619bd6351
    File: /Users/wik/Library/Caches/Homebrew/downloads/142b1b9f456b57291f2eae41f2b94138b6b9c50f01f74ae5984dd0f8eca28980--libangle-20210315.1.catalina.bottle.tar.gz
To retry an incomplete download, remove the file above.

I've tried to remove file as suggested, but still the same error.

catwolfclostermann commented 3 years ago

While you're waiting for the PR to merge, you can temporarily resolve this by updating /usr/local/Homebrew/Library/Taps/knazarov/homebrew-qemu-virgl/Formula/libangle.rb

Under bottle do, change the SHA for your required version to e9aa9442083ef1eb5b3e760170d941b1ab4d8df521d97155afdf307619bd6351

Doing that allowed me to successfully complete the installation.

knazarov commented 3 years ago

Thanks for the PR! merged