tsirysndr / music-player

An extensible music server written in Rust 🚀🎵✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homebrew sha256 mismatch

sbillig opened this issue · comments

> brew install tsirysndr/tap/musicplayer

Warning: Treating tsirysndr/tap/musicplayer as a formula. For the cask, use tsirysndr/tap/musicplayer
==> Fetching tsirysndr/tap/musicplayer
==> Downloading https://github.com/tsirysndr/music-player/releases/download/v0.2.0-alpha.12
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-
######################################################################## 100.0%
Error: musicplayer: SHA256 mismatch
Expected: f2ff0115a001db28df99f4825af6a3bd3d74c6d598f465a003d5f1a031a99813
  Actual: 29c77237cd6f664b5a1cafce0d165e80c65d06d68c8727ddf5ef76b14dde975f

Hi there, thanks for reporting this issue. I believe the SHA256 mismatch error you encountered during installation is due to a recent update in the release. To fix this, you could try running brew update followed by brew upgrade to update your Homebrew packages and then try installing again with brew install tsirysndr/tap/musicplayer. Let me know if this helps or if you have any other questions.