sqlite: bump version to 3150100 (3.15.1)

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Vicente Olivert Riera 2016-11-07 12:51:02 +00:00 committed by Thomas Petazzoni
parent 3295a5ef4d
commit 701f0e15ea
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# From http://www.sqlite.org/download.html
sha1 b34cb4ee9710368598c62df0222f5c24dfc9c860 sqlite-autoconf-3150000.tar.gz
sha1 47404fe5c43936160ad0e90bddedc99367da7a9b sqlite-autoconf-3150100.tar.gz
# Calculated based on the hash above
sha256 77162da9b4a0336d7e77d5252b690662850f62b47c12d9125f74ab9de78ded27 sqlite-autoconf-3150000.tar.gz
sha256 5dfa89b7697ee3c2ac7b44e8e157e7f204bf999c866afcaa8bb1c7ff656ae2c5 sqlite-autoconf-3150100.tar.gz

View file

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