According to the latest-mac.yml file on the 1.0.1 release page the SHA512 hash of the ledger-live-desktop-1.0.1-mac.zip file should be:
my4a8kHrjRSZzo8XUDGGYgwW4Tw6mlFcwoHDZru4dfqYBVGFiyJnJCatjdcioOpgqlg7KBACHtBHCLwMNN6KrQ==
The SHA512 hash I'm getting for the ledger-live-desktop-1.0.1-mac.zip file is:
9b2e1af241eb8d1499ce8f17503186620c16e13c3a9a515cc281c366bbb875fa980551858b22672426ad8dd722a0ea60aa583b2810021ed04708bc0c34de8aad
ledger-live-desktop-1.0.1-mac.zipshasum -a 512 ledger-live-desktop-1.0.1-mac.zip9b2e1af241eb8d1499ce8f17503186620c16e13c3a9a515cc281c366bbb875fa980551858b22672426ad8dd722a0ea60aa583b2810021ed04708bc0c34de8aad ledger-live-desktop-1.0.1-mac.zipThose strings are the same but one is base64 encoded, the other is hex..
It would be good to provide some instructions on the download page on how to verify the download.
Thx for your feedback, we'll update our docs to describe that step.
Thanks for your help 馃憤. I was able to get the correct value by using:
openssl dgst -sha512 -binary ledger-live-desktop-1.0.1-mac.zip | base64
Most helpful comment
It would be good to provide some instructions on the download page on how to verify the download.