Skip to content

Commit 99890bd

Browse files
committed
Bump sqlite version.
1 parent 28a0f0c commit 99890bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dependencies
2-
SQLITE_VERSION = 3.47.0
3-
MC_SQLITE_VERSION = 1.9.0
2+
SQLITE_VERSION = 3.47.2
3+
MC_SQLITE_VERSION = 1.9.2
44
SQLITE_TARBALL_URL = https://www.sqlite.org/src/tarball/sqlite.tar.gz?r=version-${SQLITE_VERSION}
55
MC_SQLITE_URL = https://github.com/utelle/SQLite3MultipleCiphers/releases/download/v${MC_SQLITE_VERSION}/sqlite3mc-${MC_SQLITE_VERSION}-sqlite-${SQLITE_VERSION}-amalgamation.zip
66
EXTENSION_FUNCTIONS = extension-functions.c

0 commit comments

Comments
 (0)