summaryrefslogtreecommitdiffstats
path: root/src/sqlite.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2018-09-16 21:43:30 (GMT)
committerMark Brand <mabrand@mabrand.nl>2018-09-16 21:43:30 (GMT)
commitf95415f23455d2ed21c7fa6bfcd2ff5ece62d041 (patch)
tree2aa907613a7a6758106b87d6e3e9d18b76afd245 /src/sqlite.mk
parent69991e54c8ec5f5e9ff72fa2149b12c0fc42c804 (diff)
downloadmxe-f95415f23455d2ed21c7fa6bfcd2ff5ece62d041.zip
mxe-f95415f23455d2ed21c7fa6bfcd2ff5ece62d041.tar.gz
mxe-f95415f23455d2ed21c7fa6bfcd2ff5ece62d041.tar.bz2
update sqlite
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 d38b39a..7143043 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 := 3240000
-$(PKG)_CHECKSUM := d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a
+$(PKG)_VERSION := 3250000
+$(PKG)_CHECKSUM := de1a93dfc1ea23d93ee85440fe4347d0b9cd936f25c29645ee0ee170d1307f71
$(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.sqlite.org/2018/$($(PKG)_FILE)