From 232f21ae4b89972ca70f999554bb39a8ddc9a853 Mon Sep 17 00:00:00 2001 From: Matt <1009003+tantaman@users.noreply.github.com> Date: Wed, 17 Jan 2024 11:40:15 -0500 Subject: [PATCH] sqlite 3.45 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4acf222f..c94a6c00 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # dependencies -SQLITE_VERSION = version-3.44.0 +SQLITE_VERSION = version-3.45.0 SQLITE_TARBALL_URL = https://www.sqlite.org/src/tarball/sqlite.tar.gz?r=${SQLITE_VERSION} EXTENSION_FUNCTIONS = extension-functions.c