Upgrade bundled SQLite sources to 3.28.0

Also upgrade bindgen to 0.49
This commit is contained in:
gwenn
2019-04-25 18:44:13 +02:00
parent 9b78f6e3f7
commit 13ee12cb0c
6 changed files with 4868 additions and 3779 deletions

View File

@@ -4,7 +4,7 @@ cd $SCRIPT_DIR
export SQLITE3_LIB_DIR=$SCRIPT_DIR/sqlite3
# Download and extract amalgamation
SQLITE=sqlite-amalgamation-3270200
SQLITE=sqlite-amalgamation-3280000
curl -O http://sqlite.org/2019/$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