summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-01-09 16:24:50 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-01-09 16:24:50 (GMT)
commit94758641494cc51ac3ee565d5dd8e4806c25e7ca (patch)
treea6484b374d65e82815d237407871b0bdad7d96cd
parentdadffdbd9e9f23e9007a994af9f8b812e40dc51d (diff)
downloadmxe-94758641494cc51ac3ee565d5dd8e4806c25e7ca.zip
mxe-94758641494cc51ac3ee565d5dd8e4806c25e7ca.tar.gz
mxe-94758641494cc51ac3ee565d5dd8e4806c25e7ca.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 0908d4a..793c09a 100644
--- a/index.html
+++ b/index.html
@@ -2033,7 +2033,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="sqlite-package">sqlite</td>
- <td id="sqlite-version">3071501</td>
+ <td id="sqlite-version">3071502</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 34f6312..abe6c34 100644
--- a/src/sqlite.mk
+++ b/src/sqlite.mk
@@ -3,7 +3,7 @@
PKG := sqlite
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 0247b4ff581e7bacaad97663116a029ad1976f1c
+$(PKG)_CHECKSUM := 075732562183d560cd46a0d8d08b50bc44e34eac
$(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.sqlite.org/$($(PKG)_FILE)