update to sqlite 3.33.0

This commit is contained in:
Damien Elmes
2020-08-17 11:01:19 +10:00
parent 157256a26c
commit 6e33947c2a
6 changed files with 10682 additions and 9944 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-3320300
SQLITE=sqlite-amalgamation-3330000
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"