package/sqlite: bump version to 3.51.1

Release notes of this bugfix release:
https://sqlite.org/releaselog/3_51_1.html

"Changes in this specific patch release, version 3.51.1 (2025-11-28):

    Fix incorrect results from nested EXISTS queries caused by the
    optimization in item 6b in the 3.51.0 release.
    Fix a latent bug in fts5vocab virtual table, exposed by new
    optimizations in the 3.51.0 release"

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-12-03 19:07:40 +01:00
committed by Julien Olivain
parent 3f3d6e43de
commit 55a3abfcca
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# Locally computed
sha256 42e26dfdd96aa2e6b1b1be5c88b0887f9959093f650d693cb02eb9c36d146ca5 sqlite-autoconf-3510000.tar.gz
sha256 4f2445cd70479724d32ad015ec7fd37fbb6f6130013bd4bfbc80c32beb42b7e0 sqlite-autoconf-3510100.tar.gz
sha256 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9 tea/license.terms

View File

@@ -4,8 +4,8 @@
#
################################################################################
SQLITE_VERSION = 3.51.0
SQLITE_TAR_VERSION = 3510000
SQLITE_VERSION = 3.51.1
SQLITE_TAR_VERSION = 3510100
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_TAR_VERSION).tar.gz
SQLITE_SITE = https://www.sqlite.org/2025
SQLITE_LICENSE = blessing