sqlite: bump version to 3180000 (3.18.0)

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 2017-04-03 11:13:57 +01:00 committed by Thomas Petazzoni
parent 8975e9f2c7
commit b2e3657858
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# From http://www.sqlite.org/download.html
sha1 7bcff1c158ed9e2c0e159c1b4b6c36d4d65dff8c sqlite-autoconf-3170000.tar.gz
sha1 74559194e1dd9b9d577cac001c0e9d370856671b sqlite-autoconf-3180000.tar.gz
# Calculated based on the hash above
sha256 a4e485ad3a16e054765baf6371826b5000beed07e626510896069c0bf013874c sqlite-autoconf-3170000.tar.gz

View file

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