summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-05-20 11:15:57 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-05-20 11:15:57 (GMT)
commit3895c7292b69b83d8923e3dee6b8fac463d498e0 (patch)
tree50db241d0d6e2132bccd4315a824a71d38478f6d
parent9898a6ec1860245d271959022202973138eae99f (diff)
downloadmxe-3895c7292b69b83d8923e3dee6b8fac463d498e0.zip
mxe-3895c7292b69b83d8923e3dee6b8fac463d498e0.tar.gz
mxe-3895c7292b69b83d8923e3dee6b8fac463d498e0.tar.bz2
update package sqlite
-rw-r--r--index.html2
-rw-r--r--src/sqlite.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index f0c6ff8..e80bfa9 100644
--- a/index.html
+++ b/index.html
@@ -2135,7 +2135,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="sqlite-package">sqlite</td>
- <td id="sqlite-version">3071602</td>
+ <td id="sqlite-version">3071700</td>
<td id="sqlite-website"><a href="http://www.sqlite.org/">SQLite</a></td>
</tr>
<tr>
diff --git a/src/sqlite.mk b/src/sqlite.mk
index 56fdb18..fced0e7 100644
--- a/src/sqlite.mk
+++ b/src/sqlite.mk
@@ -3,7 +3,7 @@
PKG := sqlite
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 85bf857cf86f34831d55d7ba97606dba581b8d62
+$(PKG)_CHECKSUM := e31958e56b1d7bef9433b1ff2e875c8c290d37f4
$(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.sqlite.org/2013/$($(PKG)_FILE)