Upgrade SQLite bundled sources to 3.23.3

This commit is contained in:
gwenn
2020-08-09 08:35:23 +02:00
parent e909b80bed
commit 18f49164ea
4 changed files with 257 additions and 86 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-3320200
SQLITE=sqlite-amalgamation-3320300
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"