summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)