package/sqlite: bump version to 3.30.1
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 4 Jan 2020 15:46:26 +0000 (16:46 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 5 Jan 2020 20:52:37 +0000 (21:52 +0100)
Release notes: https://sqlite.org/releaselog/3_30_1.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 e297ce3342ce9e45de0a6d93e91b23cb9a205c96..1d4bd03edad381913817f9e54dbff3c9c54183c3 100644 (file)
@@ -1,6 +1,6 @@
 # From https://www.sqlite.org/download.html
-sha1 785c0f6f00fe1871cb1dd97893267cb50db03b9b  sqlite-autoconf-3300000.tar.gz
+sha1 8383f29d53fa1d4383e4c8eb3e087f2ed940a9e0  sqlite-autoconf-3300100.tar.gz
 # Calculated based on the hash above
-sha256 e0a8cf4c7a87455e55e10413d16f358ca121ccec687fe1301eac95e2d340fc58  sqlite-autoconf-3300000.tar.gz
+sha256 8c5a50db089bd2a1b08dbc5b00d2027602ca7ff238ba7658fabca454d4298e60  sqlite-autoconf-3300100.tar.gz
 # Locally calculated
 sha256 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9  tea/license.terms
index ba5b5c5d00082e0e8be332e3151cc594dec83978..c5cf9607a4a80da0ab9bbadde945652b4264fd3a 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SQLITE_VERSION = 3300000
+SQLITE_VERSION = 3300100
 SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
 SQLITE_SITE = https://www.sqlite.org/2019
 SQLITE_LICENSE = Public domain