summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-05-22 12:29:06 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-05-22 12:29:06 (GMT)
commit46df151e98a0174dd61ee4ea254bdc184647c2fb (patch)
tree31c5c4632a740257aa9d56baaf08a26d2d5219d6
parent7d498f947c03b903a43b09674507d68b004ab8d2 (diff)
downloadmxe-46df151e98a0174dd61ee4ea254bdc184647c2fb.zip
mxe-46df151e98a0174dd61ee4ea254bdc184647c2fb.tar.gz
mxe-46df151e98a0174dd61ee4ea254bdc184647c2fb.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 78a57c5..6925f65 100644
--- a/index.html
+++ b/index.html
@@ -1825,7 +1825,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="sqlite-package">sqlite</td>
- <td id="sqlite-version">3071200</td>
+ <td id="sqlite-version">3071201</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 1c645db..3e13623 100644
--- a/src/sqlite.mk
+++ b/src/sqlite.mk
@@ -3,7 +3,7 @@
PKG := sqlite
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 30e6b0912f074cff5563697367c2ba9608d83bd3
+$(PKG)_CHECKSUM := 295b9acdf9c0452017ca1af392c0e5db019e6874
$(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.sqlite.org/$($(PKG)_FILE)