We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a0f0c commit 99890bdCopy full SHA for 99890bd
Makefile
@@ -1,6 +1,6 @@
1
# dependencies
2
-SQLITE_VERSION = 3.47.0
3
-MC_SQLITE_VERSION = 1.9.0
+SQLITE_VERSION = 3.47.2
+MC_SQLITE_VERSION = 1.9.2
4
SQLITE_TARBALL_URL = https://www.sqlite.org/src/tarball/sqlite.tar.gz?r=version-${SQLITE_VERSION}
5
MC_SQLITE_URL = https://github.com/utelle/SQLite3MultipleCiphers/releases/download/v${MC_SQLITE_VERSION}/sqlite3mc-${MC_SQLITE_VERSION}-sqlite-${SQLITE_VERSION}-amalgamation.zip
6
EXTENSION_FUNCTIONS = extension-functions.c
0 commit comments