Merge pull request #32 from rex4539/fix-libsodium

Fix libsodium download link
This commit is contained in:
adityapk00 2020-01-12 15:46:54 -08:00 committed by GitHub
commit d0819d729b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ echo "Building libsodium"
# Go into the lib sodium directory # Go into the lib sodium directory
cd res/libsodium cd res/libsodium
if [ ! -f libsodium-1.0.16.tar.gz ]; then if [ ! -f libsodium-1.0.16.tar.gz ]; then
curl -LO https://download.libsodium.org/libsodium/releases/libsodium-1.0.16.tar.gz curl -LO https://download.libsodium.org/libsodium/releases/old/libsodium-1.0.16.tar.gz
fi fi
if [ ! -d libsodium-1.0.16 ]; then if [ ! -d libsodium-1.0.16 ]; then