From 1ac7531b591f7cb8eab2359f77c9a94e7b48834a Mon Sep 17 00:00:00 2001 From: sudden6 Date: Fri, 20 Mar 2020 23:14:07 +0100 Subject: [PATCH] chore: update sqlite to 4.3.0 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index b601d6b6d..1cc96165d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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"