Browse Source

chore: update sqlite to 4.3.0

reviewable/pr6023/r3
sudden6 5 years ago
parent
commit
c4233afc4f
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 2
      bootstrap.sh

2
bootstrap.sh

@ -49,7 +49,7 @@ readonly BASE_DIR="${SCRIPT_DIR}/${INSTALL_DIR}" @@ -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"

Loading…
Cancel
Save