summaryrefslogtreecommitdiffstats
path: root/src/sqlite.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2016-11-07 00:30:00 (GMT)
committerMark Brand <mabrand@mabrand.nl>2016-11-07 00:30:00 (GMT)
commit130624690fd5a48b0abb5a903546b60a8739eae0 (patch)
treea0eea81b028c0a06fa6cae53122696d84ff65e5a /src/sqlite.mk
parent493525ec3ae9e1a43ad1065e937eaa0f45a6103d (diff)
downloadmxe-130624690fd5a48b0abb5a903546b60a8739eae0.zip
mxe-130624690fd5a48b0abb5a903546b60a8739eae0.tar.gz
mxe-130624690fd5a48b0abb5a903546b60a8739eae0.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 4190e7d..a59ebe5 100644
--- a/src/sqlite.mk
+++ b/src/sqlite.mk
@@ -2,8 +2,8 @@
PKG := sqlite
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 3150000
-$(PKG)_CHECKSUM := 77162da9b4a0336d7e77d5252b690662850f62b47c12d9125f74ab9de78ded27
+$(PKG)_VERSION := 3150100
+$(PKG)_CHECKSUM := 5dfa89b7697ee3c2ac7b44e8e157e7f204bf999c866afcaa8bb1c7ff656ae2c5
$(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.sqlite.org/2016/$($(PKG)_FILE)