Bump bundled SQLite version to 3.47.2

This commit is contained in:
gwenn
2024-12-10 21:02:45 +01:00
parent 65106f423f
commit 80c8a8fa5f
5 changed files with 367 additions and 362 deletions

View File

@@ -9,7 +9,7 @@ export SQLITE3_LIB_DIR="$SCRIPT_DIR/sqlite3"
mkdir -p "$TARGET_DIR" "$SQLITE3_LIB_DIR"
# Download and extract amalgamation
SQLITE=sqlite-amalgamation-3470100
SQLITE=sqlite-amalgamation-3470200
curl -O https://sqlite.org/2024/$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"