Upgrade bindgen and SQLite bundled sources

This commit is contained in:
gwenn
2018-10-07 11:57:21 +02:00
parent ef45312125
commit 557156fef7
5 changed files with 94 additions and 66 deletions

View File

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