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:
parent
73e67928f8
commit
b5ec22af2d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user