You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can get the needed hashes on Mac by running the command below on each file. The flag -a chooses the needed sha256 hashing algorithm: shasum -a 256 /path/to/file
Based on #191, we expect the hashes to be the following:
For security reasons, we need to reproduce the checksums for the library-versions that were added with the OSX-arm64 build.
In other words, we need the users of OSX-arm64 to go through the instructions in order to get five files and compile their hashes:
You can get the needed hashes on Mac by running the command below on each file. The flag
-a
chooses the needed sha256 hashing algorithm:shasum -a 256 /path/to/file
Based on #191, we expect the hashes to be the following:
If you get different hashes, then feel free to post them here too.
The text was updated successfully, but these errors were encountered: