lyubo / react-native-sodium

ISC License
61 stars 46 forks source link

Build: use sha512sum instead of signature. #34

Closed tasn closed 4 years ago

tasn commented 4 years ago

When updating libsodium to a new version we just need to update the sha512 sum. For example, the current file was generated with this command. sha512sum libsodium-1.0.17.tar.gz > libsodium-1.0.17.tar.gz.sha512sum

Fixes #32

Also fix how CURL is invoked for downloading the sources.

lyubo commented 4 years ago

Thanks, Tom. Could you please, add README file with corrected prerequisites to the same PR?

tasn commented 4 years ago

Updated. I removed the prerequisites for compilation as shasum should be available on Linux, Mac and etc.

tasn commented 4 years ago

Hey, just following up...

tasn commented 4 years ago

Thanks!