mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/sqlite: bump version to 3.49.0
Release notes: https://www.sqlite.org/releaselog/3_49_0.html Signed-off-by: Scott Fan <fancp2007@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
915ee667ae
commit
db85638cea
@@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 ac992f7fca3989de7ed1fe99c16363f848794c8c32a158dafd4eb927a2e02fd5 sqlite-autoconf-3480000.tar.gz
|
||||
sha256 4d8bfa0b55e36951f6e5a9fb8c99f3b58990ab785c57b4f84f37d163a0672759 sqlite-autoconf-3490000.tar.gz
|
||||
sha256 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9 tea/license.terms
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SQLITE_VERSION = 3.48.0
|
||||
SQLITE_TAR_VERSION = 3480000
|
||||
SQLITE_VERSION = 3.49.0
|
||||
SQLITE_TAR_VERSION = 3490000
|
||||
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_TAR_VERSION).tar.gz
|
||||
SQLITE_SITE = https://www.sqlite.org/2025
|
||||
SQLITE_LICENSE = blessing
|
||||
|
||||
Reference in New Issue
Block a user