Upgrade bundled sqlite to 3.32.2

This commit is contained in:
gwenn
2020-06-05 19:16:51 +02:00
parent 6058322cca
commit 870290c64d
8 changed files with 3141 additions and 1858 deletions

View File

@@ -6,7 +6,7 @@ cd "$SCRIPT_DIR" || { echo "fatal error"; exit 1; }
export SQLITE3_LIB_DIR=$SCRIPT_DIR/sqlite3
# Download and extract amalgamation
SQLITE=sqlite-amalgamation-3310100
SQLITE=sqlite-amalgamation-3320200
curl -O https://sqlite.org/2020/$SQLITE.zip
unzip -p "$SQLITE.zip" "$SQLITE/sqlite3.c" > "$SQLITE3_LIB_DIR/sqlite3.c"
unzip -p "$SQLITE.zip" "$SQLITE/sqlite3.h" > "$SQLITE3_LIB_DIR/sqlite3.h"