summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2014-12-06 22:07:26 (GMT)
committerMark Brand <mabrand@mabrand.nl>2014-12-06 22:07:26 (GMT)
commitb8963a5960f608a58b4a87de046bd73e311b49d9 (patch)
tree25272c84210b40e7319d1eb4fef1eda29d5685ad
parent3647c00624eab2d0e90c193d6e908a6266935953 (diff)
downloadmxe-b8963a5960f608a58b4a87de046bd73e311b49d9.zip
mxe-b8963a5960f608a58b4a87de046bd73e311b49d9.tar.gz
mxe-b8963a5960f608a58b4a87de046bd73e311b49d9.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 4c3ae77..895aa4c 100644
--- a/src/sqlite.mk
+++ b/src/sqlite.mk
@@ -3,8 +3,8 @@
PKG := sqlite
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 3080702
-$(PKG)_CHECKSUM := 175283383d010709f76fdd13cb0c8c3c329a1c67
+$(PKG)_VERSION := 3080703
+$(PKG)_CHECKSUM := 5cbe9aa4af1b32787045a251dba6debee3f061c0
$(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.sqlite.org/2014/$($(PKG)_FILE)