diff --git a/index.html b/index.html index f566a815..d238edec 100644 --- a/index.html +++ b/index.html @@ -2115,7 +2115,7 @@ aptitude -t squeeze-backports install cmake yasm sqlite - 3071600 + 3071601 SQLite diff --git a/src/sqlite.mk b/src/sqlite.mk index 8f32998a..298577ad 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