summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2018-06-04 21:00:42 (GMT)
committerMark Brand <mabrand@mabrand.nl>2018-06-04 21:00:42 (GMT)
commit5ae55bd75e53b0f35a691233dcfdc151eaf92815 (patch)
tree5dacfaf2dbdb8ae006c250a2bba922b4386b7baa
parent7f330fc049760cd1453f53b65d4f330e5824bcf0 (diff)
downloadmxe-5ae55bd75e53b0f35a691233dcfdc151eaf92815.zip
mxe-5ae55bd75e53b0f35a691233dcfdc151eaf92815.tar.gz
mxe-5ae55bd75e53b0f35a691233dcfdc151eaf92815.tar.bz2
update sqlite
-rw-r--r--src/sqlite.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sqlite.mk b/src/sqlite.mk
index a668d33..d38b39a 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 := 3230100
-$(PKG)_CHECKSUM := 92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25
+$(PKG)_VERSION := 3240000
+$(PKG)_CHECKSUM := d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a
$(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.sqlite.org/2018/$($(PKG)_FILE)