sqlite: bump to version 3.9.0

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 2015-10-14 16:18:08 -03:00 committed by Thomas Petazzoni
parent fd43cadc6b
commit c521bad7e0
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,4 @@
# From http://www.sqlite.org/download.html
sha1 d0e22d7e361b6f50830a3cdeafe35311443f8f9a sqlite-autoconf-3081101.tar.gz
sha1 6578aa8df05fd7777fbbc4fbf1912d981623f73b sqlite-autoconf-3090000.tar.gz
# Calculated based on the hash above
sha256 a324143f4cc35cd7e9605a0a8dec9f9e4861d0be8305f3642e7d05008b77e60d sqlite-autoconf-3090000.tar.gz

View File

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