package/sqlite: bump version to 3.33.0

Removed sha1 hash, not provided by upstream anymore.
Sha3 hashes are currently not support by buildroot, for details see
http://lists.busybox.net/pipermail/buildroot/2020-November/295957.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2020-11-05 19:42:18 +01:00 committed by Peter Korsgaard
parent eb6e1d5dcb
commit dd4e2e39b9
2 changed files with 3 additions and 8 deletions

View File

@ -1,8 +1,3 @@
# From https://www.sqlite.org/download.html
sha1 ea14ef2dc4cc7fcbc5ebbb018d3a03faa3a41cb4 sqlite-autoconf-3320300.tar.gz
# Calculated based on the hash above
sha256 a31507123c1c2e3a210afec19525fd7b5bb1e19a6a34ae5b998fbd7302568b66 sqlite-autoconf-3320300.tar.gz
# Locally calculated
# Locally computed
sha256 106a2c48c7f75a298a7557bcc0d5f4f454e5b43811cc738b7ca294d6956bbb15 sqlite-autoconf-3330000.tar.gz
sha256 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9 tea/license.terms

View File

@ -4,7 +4,7 @@
#
################################################################################
SQLITE_VERSION = 3320300
SQLITE_VERSION = 3330000
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
SQLITE_SITE = https://www.sqlite.org/2020
SQLITE_LICENSE = Public domain