File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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-3320000
10
- SQLITE_AMALGAMATION_ZIP_URL = https://www.sqlite.org/2020/sqlite-amalgamation-3320000 .zip
11
- SQLITE_AMALGAMATION_ZIP_SHA1 = b55939b50d277aa1146f91a76bf9de200942f5d3
9
+ SQLITE_AMALGAMATION = sqlite-amalgamation-3330000
10
+ SQLITE_AMALGAMATION_ZIP_URL = https://www.sqlite.org/2020/sqlite-amalgamation-3330000 .zip
11
+ SQLITE_AMALGAMATION_ZIP_SHA1 = 5b0a95fc6090499c0cdf7f15fcec9c132f8e021e
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