Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #32 from rex4539/fix-libsodium
Browse files Browse the repository at this point in the history
Fix libsodium download link
  • Loading branch information
adityapk00 authored Jan 12, 2020
2 parents 3331fe5 + 728618c commit d0819d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/libsodium/buildlibsodium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "Building libsodium"
# Go into the lib sodium directory
cd res/libsodium
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

if [ ! -d libsodium-1.0.16 ]; then
Expand Down

0 comments on commit d0819d7

Please sign in to comment.