diff --git a/Library.uk b/Library.uk index f97efd3..d8e989d 100644 --- a/Library.uk +++ b/Library.uk @@ -3,4 +3,4 @@ description := "A C-language library that implements a small, fast, self-contain gitrepo := "https://github.com/sqlite/sqlite.git" homepage := "https://www.sqlite.org/" license := "blessing" -version := 3400100 sha256:49112cc7328392aa4e3e5dae0b2f6736d0153430143d21f69327788ff4efe734 https://www.sqlite.org/2022/sqlite-amalgamation-3400100.zip +version := 3530100 sha256:36ad6e7f38540a3b21a2ac36340833f0a9e426bc1c752751c3ba669466827eae https://www.sqlite.org/2026/sqlite-amalgamation-3530100.zip diff --git a/Makefile.uk b/Makefile.uk index 92845f6..2e60afd 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -40,9 +40,9 @@ $(eval $(call addlib_s,libsqlite,$(CONFIG_LIBSQLITE))) ################################################################################ # Sources ################################################################################ -LIBSQLITE_VERSION = 3400100 +LIBSQLITE_VERSION = 3530100 LIBSQLITE_BASENAME = sqlite-amalgamation-$(LIBSQLITE_VERSION) -LIBSQLITE_URL = https://www.sqlite.org/2022/$(LIBSQLITE_BASENAME).zip +LIBSQLITE_URL = https://www.sqlite.org/2026/$(LIBSQLITE_BASENAME).zip LIBSQLITE_PATCHDIR = $(LIBSQLITE_BASE)/patches $(eval $(call fetch,libsqlite,$(LIBSQLITE_URL))) $(eval $(call patch,libsqlite,$(LIBSQLITE_PATCHDIR),$(LIBSQLITE_BASENAME))) diff --git a/include/sqlite_cfg.h b/include/sqlite_cfg.h index 77a6d76..bfbd137 100644 --- a/include/sqlite_cfg.h +++ b/include/sqlite_cfg.h @@ -113,13 +113,13 @@ #define PACKAGE_NAME "sqlite" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "sqlite 3.30.1" +#define PACKAGE_STRING "sqlite 3.53.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "sqlite" /* Define to the version of this package. */ -#define PACKAGE_VERSION "3.30.1" +#define PACKAGE_VERSION "3.53.1" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1