peripheryapp / periphery

A tool to identify unused code in Swift projects.
MIT License
5.02k stars 178 forks source link

SHA256 Mismatch error when downloading from Homebrew #742

Closed GerardoMR closed 1 month ago

GerardoMR commented 1 month ago

While performing a clean install or an upgrade by using:

brew install peripheryapp/periphery/periphery

I get the following result:

==> Downloading https://github.com/peripheryapp/periphery/releases/download/2.19.0/periphery-2.19.0.zip
Already downloaded: /Users/<USER>/Library/Caches/Homebrew/downloads/3a89176a3aa67f1eff029f13092949d075035d247588fffba230b1350c24b696--periphery-2.19.0.zip
Error: SHA256 mismatch
Expected: 0b9a8ced53c6aadcfd61849a3823ce689de81682d75bc8627abb53f1478853a4
  Actual: b4b6ccae7e6302388c5670cb3830e5952c4580b8109d42271271e7982156d9b9
    File: /Users/<USER>/Library/Caches/Homebrew/downloads/3a89176a3aa67f1eff029f13092949d075035d247588fffba230b1350c24b696--periphery-2.19.0.zip
To retry an incomplete download, remove the file above.

Created an issue also in https://github.com/peripheryapp/homebrew-periphery/issues/3 (Not sure which one was the correct place to log this.)

ileitch commented 1 month ago

Sorry about that, it should be fixed now. Please run brew update; brew install peripheryapp/periphery/periphery.

GerardoMR commented 1 month ago

Confirm that is fixed, thanks for the quick fix!