Bump bundled sqlite to 3.38.1

This commit is contained in:
Thom Chiovoloni
2022-03-12 10:56:24 -08:00
parent 8d0582a8af
commit c3b419b1e5
4 changed files with 161 additions and 81 deletions

View File

@@ -9,7 +9,7 @@ export SQLITE3_LIB_DIR="$SCRIPT_DIR/sqlite3"
export SQLITE3_INCLUDE_DIR="$SQLITE3_LIB_DIR"
# Download and extract amalgamation
SQLITE=sqlite-amalgamation-3380000
SQLITE=sqlite-amalgamation-3380100
curl -O https://sqlite.org/2022/$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"