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

chore: update sqlite to 4.3.0

This commit is contained in:
sudden6 2020-03-20 23:14:07 +01:00 committed by Anthony Bilinski
parent 4f7056385f
commit 1ac7531b59
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -49,7 +49,7 @@ readonly BASE_DIR="${SCRIPT_DIR}/${INSTALL_DIR}"
# versions of libs to checkout
readonly TOXCORE_VERSION="v0.2.10"
readonly SQLCIPHER_VERSION="v3.4.2"
readonly SQLCIPHER_VERSION="v4.3.0"
# directory names of cloned repositories
readonly TOXCORE_DIR="libtoxcore-$TOXCORE_VERSION"