summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2017-04-03 11:13:57 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-03 14:31:17 +0200
commitb2e3657858bb13e211cf73b9a044bbd842a8a8f5 (patch)
tree484625062749c1c7b230831668323c8957f7760a
parent8975e9f2c77c6861964906e6b5ebd894cdccf45f (diff)
downloadbuildroot-b2e3657858bb13e211cf73b9a044bbd842a8a8f5.tar.gz
buildroot-b2e3657858bb13e211cf73b9a044bbd842a8a8f5.zip
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>
-rw-r--r--package/sqlite/sqlite.hash2
-rw-r--r--package/sqlite/sqlite.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/sqlite/sqlite.hash b/package/sqlite/sqlite.hash
index 5c5b8ecffa..78748b0039 100644
--- a/package/sqlite/sqlite.hash
+++ b/package/sqlite/sqlite.hash
@@ -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
diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk
index 76babd3e4a..af4c571dfa 100644
--- a/package/sqlite/sqlite.mk
+++ b/package/sqlite/sqlite.mk
@@ -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
OpenPOWER on IntegriCloud