1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Update Libsodium version in bootstrap.sh

New Libsodium version was released a few days ago, probably should update the bootstrap script.
This commit is contained in:
Nick Hovaker 2015-05-14 00:20:48 -04:00
parent 73e67928f8
commit b5ec22af2d

View File

@ -18,7 +18,7 @@ INSTALL_DIR=libs
BASE_DIR=${SCRIPT_DIR}/${INSTALL_DIR}
# the sodium version to use
SODIUM_VER=1.0.2
SODIUM_VER=1.0.3
# directory names of cloned repositories
SODIUM_DIR=libsodium-$SODIUM_VER