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

chore(bootstrap.sh): bump toxcore version to latest 0.1.10 release

It includes some needed fixes.
This commit is contained in:
Zetok Zalbavar 2017-10-27 18:03:29 +01:00 committed by Zetok Zalbavar
parent 37419825ca
commit 1755dac536
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -31,7 +31,7 @@ readonly INSTALL_DIR=libs
readonly BASE_DIR="${SCRIPT_DIR}/${INSTALL_DIR}"
# versions of libs to checkout
readonly TOXCORE_VERSION="v0.1.2"
readonly TOXCORE_VERSION="v0.1.10"
readonly SQLCIPHER_VERSION="v3.4.0"
# directory names of cloned repositories