summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2015-07-29 19:19:21 (GMT)
committerMark Brand <mabrand@mabrand.nl>2015-07-30 07:21:09 (GMT)
commit7ed018fa3be0ec4eda0f78f23f2e5108eac3edc1 (patch)
treefce4f847454ed4a3c7e2c499cf06aa19d46853d2
parentbdf9c5392c864647142d4c38fc3ab0beb5609265 (diff)
downloadmxe-7ed018fa3be0ec4eda0f78f23f2e5108eac3edc1.zip
mxe-7ed018fa3be0ec4eda0f78f23f2e5108eac3edc1.tar.gz
mxe-7ed018fa3be0ec4eda0f78f23f2e5108eac3edc1.tar.bz2
sqlite: update
-rw-r--r--src/sqlite.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sqlite.mk b/src/sqlite.mk
index 48b1037..850f034 100644
--- a/src/sqlite.mk
+++ b/src/sqlite.mk
@@ -3,8 +3,8 @@
PKG := sqlite
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 3081002
-$(PKG)_CHECKSUM := c2f2c17d3dc4c4e179d35cc04e4420636d48a152
+$(PKG)_VERSION := 3081101
+$(PKG)_CHECKSUM := d0e22d7e361b6f50830a3cdeafe35311443f8f9a
$(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.sqlite.org/2015/$($(PKG)_FILE)