Upgrade bundled sqlite to 3.31.1

This commit is contained in:
Thom Chiovoloni
2020-04-10 05:32:46 -07:00
parent def06b2958
commit 22564d3099
7 changed files with 104 additions and 76 deletions

View File

@@ -4,7 +4,7 @@ cd $SCRIPT_DIR
export SQLITE3_LIB_DIR=$SCRIPT_DIR/sqlite3
# Download and extract amalgamation
SQLITE=sqlite-amalgamation-3310000
SQLITE=sqlite-amalgamation-3310100
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