File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
9
SQLITE_AMALGAMATION = sqlite-amalgamation-3280000
10
- SQLITE_AMALGAMATION_ZIP_URL = https://www.sqlite.org/2019/sqlite-amalgamation-3280000 .zip
11
- SQLITE_AMALGAMATION_ZIP_SHA1 = eb82fcc95104c8e2d9550ab023c1054b9cc40a76
10
+ SQLITE_AMALGAMATION_ZIP_URL = https://www.sqlite.org/2019/sqlite-amalgamation-3300100 .zip
11
+ SQLITE_AMALGAMATION_ZIP_SHA1 = ff9b4e140fe0764bc7bc802facf5ac164443f517
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