Skip to content

Commit

Permalink
rollback to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
linhttbk97 committed Dec 12, 2023
1 parent 77d0983 commit 771ffc4
Show file tree
Hide file tree
Showing 29 changed files with 360,826 additions and 324,334 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

# I got this handy makefile syntax from : https://github.com/mandel59/sqlite-wasm (MIT License) Credited in LICENSE
# To use another version of Sqlite, visit https://www.sqlite.org/download.html and copy the appropriate values here:
SQLITE_AMALGAMATION = sqlite-amalgamation-3360000
SQLITE_AMALGAMATION_ZIP_URL = https://www.sqlite.org/2021/sqlite-amalgamation-3360000.zip
SQLITE_AMALGAMATION_ZIP_SHA3 = d25609210ec93b3c8c7da66a03cf82e2c9868cfbd2d7d866982861855e96f972
SQLITE_AMALGAMATION = sqlite-amalgamation-3440200
SQLITE_AMALGAMATION_ZIP_URL = https://www.sqlite.org/2023/sqlite-amalgamation-3440200.zip
SQLITE_AMALGAMATION_ZIP_SHA3 = 9df894eb2297c08ab2dd0d85d7bcdc3fd78b8c80f22c91789a714bdf3351961e

# Note that extension-functions.c hasn't been updated since 2010-02-06, so likely doesn't need to be updated
EXTENSION_FUNCTIONS = extension-functions.c
Expand Down Expand Up @@ -199,4 +199,4 @@ sqlite-src/$(SQLITE_AMALGAMATION)/$(EXTENSION_FUNCTIONS): cache/$(EXTENSION_FUNC
.PHONY: clean
clean:
rm -f out/* dist/* cache/*
rm -rf sqlite-src/
rm -rf sqlite-src/
Loading

0 comments on commit 771ffc4

Please sign in to comment.