sqlite: bump to version 3.10.2

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2016-01-20 18:58:15 -03:00 committed by Thomas Petazzoni
parent 86229d64eb
commit 544e2c5871
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# From http://www.sqlite.org/download.html
sha1 fedd95d402628ed0e0e3444ce50bcbd1fe2e7294 sqlite-autoconf-3100100.tar.gz
sha1 ea4156fc3f6a4a4a2752a5a3ac5c5b3fe7e1a24b sqlite-autoconf-3100200.tar.gz
# Calculated based on the hash above
sha256 3cb4e17137f7422554c8e8906b5a7274c7a0d362872e8aa25233c3f1246bda98 sqlite-autoconf-3100100.tar.gz
sha256 a2b3b4bd1291ea7d6c8252f7edff36a4362f2f0e5d5370444ba6cbe313ae2971 sqlite-autoconf-3100200.tar.gz

View File

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