Skip to content

Commit 3d2bc07

Browse files
authored
Merge pull request #1 from bwenrich/main
upgrade to sqlite 3.45.3
2 parents 532b9f3 + 05e32de commit 3d2bc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_static_sqlite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
SQLITE_ZIP_URL='https://www.sqlite.org/2021/sqlite-amalgamation-3370000.zip'
3+
SQLITE_ZIP_URL='https://www.sqlite.org/2024/sqlite-amalgamation-3450300.zip'
44
SQLite_compressor='upx' # Program to use for compressing compiled sqlite
55
# Keep it empty as "" to disable compression
66

0 commit comments

Comments
 (0)