package/sqlite: bump version to 3.8.9

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 2015-04-11 19:09:54 +02:00 committed by Thomas Petazzoni
parent d14d82a9a9
commit 4388097e2f
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
# From http://www.sqlite.org/download.html
sha1 2fe3f6226a2a08a2e814b97cd53e36bb3c597112 sqlite-autoconf-3080803.tar.gz
sha1 db70dee268700b312cbaa5b3e5cf8454e1c8b7b9 sqlite-autoconf-3080900.tar.gz

View File

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