Skip to content

Commit e276e63

Browse files
arjenwfurkanarabaci
authored andcommitted
Bump sqlite version to 3.49.1
1 parent 4c36194 commit e276e63

7 files changed

+10
-10
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# dependencies
2-
SQLITE_VERSION = version-3.47.0
2+
SQLITE_VERSION = version-3.49.1
33
SQLITE_TARBALL_URL = https://www.sqlite.org/src/tarball/sqlite.tar.gz?r=${SQLITE_VERSION}
44

55
EXTENSION_FUNCTIONS = extension-functions.c
@@ -139,6 +139,9 @@ cache/$(EXTENSION_FUNCTIONS):
139139
clean-deps:
140140
rm -rf deps
141141

142+
.PHONY: deps
143+
deps: deps/$(SQLITE_VERSION)/sqlite3.h deps/$(SQLITE_VERSION)/sqlite3.c deps/$(EXTENSION_FUNCTIONS)
144+
142145
deps/$(SQLITE_VERSION)/sqlite3.h deps/$(SQLITE_VERSION)/sqlite3.c:
143146
mkdir -p cache/$(SQLITE_VERSION)
144147
curl -LsS $(SQLITE_TARBALL_URL) | tar -xzf - -C cache/$(SQLITE_VERSION)/ --strip-components=1

dist/wa-sqlite-async.mjs

+2-3
Large diffs are not rendered by default.

dist/wa-sqlite-async.wasm

-19.2 KB
Binary file not shown.

dist/wa-sqlite-jspi.mjs

+2-3
Large diffs are not rendered by default.

dist/wa-sqlite-jspi.wasm

-403 Bytes
Binary file not shown.

dist/wa-sqlite.mjs

+2-3
Large diffs are not rendered by default.

dist/wa-sqlite.wasm

-533 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)