Update bundled SQLcipher to v4.5.1 (equivalent to SQLite 3.37.2)

This commit is contained in:
Thom Chiovoloni
2022-03-05 08:34:01 -08:00
parent 8141b5e085
commit db8f70f2b5
5 changed files with 9420 additions and 6907 deletions

View File

@@ -8,7 +8,7 @@ mkdir -p "$SCRIPT_DIR/../target" "$SCRIPT_DIR/sqlcipher"
export SQLCIPHER_LIB_DIR="$SCRIPT_DIR/sqlcipher"
export SQLCIPHER_INCLUDE_DIR="$SQLCIPHER_LIB_DIR"
SQLCIPHER_VERSION="4.5.0"
SQLCIPHER_VERSION="4.5.1"
# Download and generate sqlcipher amalgamation
mkdir -p $SCRIPT_DIR/sqlcipher.src
[ -e "v${SQLCIPHER_VERSION}.tar.gz" ] || curl -sfL -O "https://github.com/sqlcipher/sqlcipher/archive/v${SQLCIPHER_VERSION}.tar.gz"