mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
sqlite: bump to version 3.25.1
Make use of https for sqlite.org.
Signed-off-by: Ferdinand van Aartsen <ferdinand@ombud.nl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit acd7fec2c8)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
0eee93a563
commit
c765d21658
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SQLITE_VERSION = 3240000
|
||||
SQLITE_VERSION = 3250100
|
||||
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
|
||||
SQLITE_SITE = http://www.sqlite.org/2018
|
||||
SQLITE_SITE = https://www.sqlite.org/2018
|
||||
SQLITE_LICENSE = Public domain
|
||||
SQLITE_LICENSE_FILES = tea/license.terms
|
||||
SQLITE_INSTALL_STAGING = YES
|
||||
|
||||
Reference in New Issue
Block a user