mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/sqlite: bump version to 3.51.2
https://sqlite.org/releaselog/3_51_2.html Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
d3ebc63ce7
commit
b26ba37f1c
@@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 4f2445cd70479724d32ad015ec7fd37fbb6f6130013bd4bfbc80c32beb42b7e0 sqlite-autoconf-3510100.tar.gz
|
||||
sha256 fbd89f866b1403bb66a143065440089dd76100f2238314d92274a082d4f2b7bb sqlite-autoconf-3510200.tar.gz
|
||||
sha256 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9 tea/license.terms
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SQLITE_VERSION = 3.51.1
|
||||
SQLITE_TAR_VERSION = 3510100
|
||||
SQLITE_VERSION = 3.51.2
|
||||
SQLITE_TAR_VERSION = 3510200
|
||||
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_TAR_VERSION).tar.gz
|
||||
SQLITE_SITE = https://www.sqlite.org/2025
|
||||
SQLITE_SITE = https://www.sqlite.org/2026
|
||||
SQLITE_LICENSE = blessing
|
||||
SQLITE_LICENSE_FILES = tea/license.terms
|
||||
SQLITE_CPE_ID_VENDOR = sqlite
|
||||
|
||||
Reference in New Issue
Block a user