sqlite: bump version to 3190200 (3.19.2)

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-05-26 10:32:27 +01:00 committed by Thomas Petazzoni
parent 3e10c1e467
commit 89df48e461
2 changed files with 3 additions and 3 deletions

View file

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

View file

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