Bump bundled SQLite version to 3.47.1

This commit is contained in:
gwenn
2024-11-30 17:33:25 +01:00
parent 0278f6ea19
commit 4222a0cdb0
5 changed files with 105 additions and 44 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-3470000
SQLITE=sqlite-amalgamation-3470100
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"