summaryrefslogtreecommitdiffstats
path: root/src/sqlite.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2017-05-25 19:08:16 (GMT)
committerMark Brand <mabrand@mabrand.nl>2017-05-25 19:08:16 (GMT)
commit8c19cc590e173bcb03db9f81440a0844100c102e (patch)
treeda619fbf0293eb79127e549b80a39d45b7be2dee /src/sqlite.mk
parent12035f81845bc73f081a52ebe8aa5870b0f11e7c (diff)
downloadmxe-8c19cc590e173bcb03db9f81440a0844100c102e.zip
mxe-8c19cc590e173bcb03db9f81440a0844100c102e.tar.gz
mxe-8c19cc590e173bcb03db9f81440a0844100c102e.tar.bz2
sqlite: update
Diffstat (limited to 'src/sqlite.mk')
-rw-r--r--src/sqlite.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sqlite.mk b/src/sqlite.mk
index 8b90d5e..dc6cb86 100644
--- a/src/sqlite.mk
+++ b/src/sqlite.mk
@@ -4,8 +4,8 @@ PKG := sqlite
$(PKG)_WEBSITE := https://www.sqlite.org/
$(PKG)_DESCR := SQLite
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 3190100
-$(PKG)_CHECKSUM := 7bc43a18d90d43376cd91e1b338c64548e6a9e3764bca4ef59dfe152d27a3a38
+$(PKG)_VERSION := 3190200
+$(PKG)_CHECKSUM := ca5361fb01cc3ad63d6fd4eb2cb0b6398e629595896d3558f7e121d37dac2ffc
$(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.sqlite.org/2017/$($(PKG)_FILE)