mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/sqlite: bump version to 3.24.0
Release notes: https://www.sqlite.org/releaselog/3_24_0.html https://www.sqlite.org/releaselog/3_23_1.html Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
574fba15fc
commit
f7e4793c50
@ -1,6 +1,6 @@
|
||||
# From http://www.sqlite.org/download.html
|
||||
sha1 2fb24ec12001926d5209d2da90d252b9825366ac sqlite-autoconf-3220000.tar.gz
|
||||
sha1 da68915e3563b5244cbcdb6c7e20fb35559bcfc6 sqlite-autoconf-3240000.tar.gz
|
||||
# Calculated based on the hash above
|
||||
sha256 2824ab1238b706bc66127320afbdffb096361130e23291f26928a027b885c612 sqlite-autoconf-3220000.tar.gz
|
||||
sha256 d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a sqlite-autoconf-3240000.tar.gz
|
||||
# Locally calculated
|
||||
sha256 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9 tea/license.terms
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SQLITE_VERSION = 3220000
|
||||
SQLITE_VERSION = 3240000
|
||||
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
|
||||
SQLITE_SITE = http://www.sqlite.org/2018
|
||||
SQLITE_LICENSE = Public domain
|
||||
|
Loading…
Reference in New Issue
Block a user