File tree Expand file tree Collapse file tree 3 files changed +585
-3482
lines changed Expand file tree Collapse file tree 3 files changed +585
-3482
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# I got this handy makefile syntax from : https://github.com/mandel59/sqlite-wasm (MIT License) Credited in LICENSE
8
8
# To use another version of Sqlite, visit https://www.sqlite.org/download.html and copy the appropriate values here:
9
- SQLITE_AMALGAMATION = sqlite-amalgamation-3450000
10
- SQLITE_AMALGAMATION_ZIP_URL = https://www.sqlite.org/2024/sqlite-amalgamation-3450000 .zip
11
- SQLITE_AMALGAMATION_ZIP_SHA3 = ae8e3bc692b9672c01bb83111971a59de55485a9b3eac051b1c946e36dc401e2
9
+ SQLITE_AMALGAMATION = sqlite-amalgamation-3450200
10
+ SQLITE_AMALGAMATION_ZIP_URL = https://www.sqlite.org/2024/sqlite-amalgamation-3450200 .zip
11
+ SQLITE_AMALGAMATION_ZIP_SHA3 = 8d9c553b52c7b1656a97fec7907cb00fd1419ac45104e45c76b7c2b81ffe0a9d
12
12
13
13
# Note that extension-functions.c hasn't been updated since 2010-02-06, so likely doesn't need to be updated
14
14
EXTENSION_FUNCTIONS = extension-functions.c
You can’t perform that action at this time.
0 commit comments