SpotStatus icon indicating copy to clipboard operation
SpotStatus copied to clipboard

SHA hash is not identical with yours

Open qudarr opened this issue 5 years ago • 1 comments

I downloaded the current version (1.3.1) and it has a different SHA:

shasum -a 256 /Users/<user>/Downloads/SpotStatus.app
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855  /Users/<user>/Downloads/SpotStatus.app

qudarr avatar Sep 22 '20 15:09 qudarr

Using the command in the release I see the expected sha value. Check that path instead of the .app

[~]$ shasum -a 256 /Applications/SpotStatus.app/Contents/MacOS/SpotStatus
2430ea5b967352bdb09e54e35d40311f0e9b25728b1c4750874b451aaa63f465  /Applications/SpotStatus.app/Contents/MacOS/SpotStatus

joshspicer avatar Sep 12 '24 17:09 joshspicer