From 7a0227137b0add60118b2ad33eb7df2d34120ebe Mon Sep 17 00:00:00 2001 From: Masoud Rahimi Jafari Date: Wed, 25 Mar 2026 00:28:27 +0000 Subject: [PATCH] Upgrade Sqlite lib --- Library.uk | 2 +- Makefile.uk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library.uk b/Library.uk index f97efd3..6d04e8c 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 := 3510300 SHA256:581215771b32ea4c4062e6fb9842c4aa43d0a7fb2b6670ff6fa4ebb807781204 https://www.sqlite.org/2026/sqlite-amalgamation-3510300.zip diff --git a/Makefile.uk b/Makefile.uk index 92845f6..9acff62 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -40,7 +40,7 @@ $(eval $(call addlib_s,libsqlite,$(CONFIG_LIBSQLITE))) ################################################################################ # Sources ################################################################################ -LIBSQLITE_VERSION = 3400100 +LIBSQLITE_VERSION = 3510300 LIBSQLITE_BASENAME = sqlite-amalgamation-$(LIBSQLITE_VERSION) LIBSQLITE_URL = https://www.sqlite.org/2022/$(LIBSQLITE_BASENAME).zip LIBSQLITE_PATCHDIR = $(LIBSQLITE_BASE)/patches