summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--src/sqlite.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index f566a81..d238ede 100644
--- a/index.html
+++ b/index.html
@@ -2115,7 +2115,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="sqlite-package">sqlite</td>
- <td id="sqlite-version">3071600</td>
+ <td id="sqlite-version">3071601</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 8f32998..298577a 100644
--- a/src/sqlite.mk
+++ b/src/sqlite.mk
@@ -3,10 +3,10 @@
PKG := sqlite
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 3aedbf2715056b0ea7b85af782878ba3f8e2312d
+$(PKG)_CHECKSUM := b0d9b3e2ca3c50f72e5921e9532130787871b7ae
$(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://www.sqlite.org/$($(PKG)_FILE)
+$(PKG)_URL := http://www.sqlite.org/2013/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE