summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2014-02-11 21:02:30 (GMT)
committerMark Brand <mabrand@mabrand.nl>2014-02-11 21:02:30 (GMT)
commit5bf7353ebb83f04adcdfe54339ebbf7321218d2d (patch)
tree40a024c7f8d2161647c6f8334a43ef165f9ea8b5
parente6495848ce52081ce43bbb232350264a3c11e0c3 (diff)
downloadmxe-5bf7353ebb83f04adcdfe54339ebbf7321218d2d.zip
mxe-5bf7353ebb83f04adcdfe54339ebbf7321218d2d.tar.gz
mxe-5bf7353ebb83f04adcdfe54339ebbf7321218d2d.tar.bz2
update package 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 aedffac..227601f 100644
--- a/src/sqlite.mk
+++ b/src/sqlite.mk
@@ -3,8 +3,8 @@
PKG := sqlite
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 3080300
-$(PKG)_CHECKSUM := c2a21d71d0c7dc3af71cf90f04dfd22ecfb280c2
+$(PKG)_VERSION := 3080301
+$(PKG)_CHECKSUM := a9b0a3d66fb5c2ae51ad2d8a512ca827adc7d59c
$(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.sqlite.org/2014/$($(PKG)_FILE)