Bump bundled sqlite to 3.38.2

This commit is contained in:
Thom Chiovoloni
2022-03-26 19:43:52 -07:00
parent 5e2c103a0c
commit 202617f7af
4 changed files with 108 additions and 51 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-3380100
SQLITE=sqlite-amalgamation-3380200
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"