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

Commit

Permalink
Fix libsodium download link
Browse files Browse the repository at this point in the history
  • Loading branch information
rex4539 authored Jan 10, 2020
1 parent 3331fe5 commit 728618c
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 728618c

Please sign in to comment.