package/sqlite: bump version to 3.20.1

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2017-09-03 09:54:52 +02:00 committed by Thomas Petazzoni
parent 1a417c1968
commit 16ddb2ba24
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# From http://www.sqlite.org/download.html
sha1 2a451bcf42dc0865840463f7efc3f51cebeb4ea8 sqlite-autoconf-3200000.tar.gz
sha1 48593dcd19473f25fe6fcd08048e13ddbff4c983 sqlite-autoconf-3200100.tar.gz
# Calculated based on the hash above
sha256 3814c6f629ff93968b2b37a70497cfe98b366bf587a2261a56a5f750af6ae6a0 sqlite-autoconf-3200000.tar.gz
sha256 ec66595b29bc0798b023a5122021ea646ab4fa9e2f735937c5426feeba950742 sqlite-autoconf-3200100.tar.gz

View File

@ -4,7 +4,7 @@
#
################################################################################
SQLITE_VERSION = 3200000
SQLITE_VERSION = 3200100
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
SQLITE_SITE = http://www.sqlite.org/2017
SQLITE_LICENSE = Public domain