package/sqlite: bump version to 3.33.0
authorBernd Kuhls <bernd.kuhls@t-online.de>
Thu, 5 Nov 2020 18:42:18 +0000 (19:42 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 6 Nov 2020 07:01:47 +0000 (08:01 +0100)
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>
package/sqlite/sqlite.hash
package/sqlite/sqlite.mk

index 162b52d607e2bf1585221fd186356482aff3c64b..4f0e747c3d6bd486af5859073563779a104c18dd 100644 (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
index c8b9ba315099e5af52b71b98048155b4ffdf4348..3e8754901a9e8a50b77823777d4da4f3c34f5e69 100644 (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