# HG changeset patch # User Mark Brand # Date 1349383961 -7200 # Node ID fb06baf9132a68eb679740be589f4715c9961223 # Parent a9d53f02ba6f39541101c85e6d22d92f2d6de939 update package sqlite diff -r a9d53f02ba6f -r fb06baf9132a index.html --- a/index.html Wed Oct 03 23:51:47 2012 +0200 +++ b/index.html Thu Oct 04 22:52:41 2012 +0200 @@ -1860,7 +1860,7 @@ sqlite - 3071400 + 3071401 SQLite diff -r a9d53f02ba6f -r fb06baf9132a src/sqlite.mk --- a/src/sqlite.mk Wed Oct 03 23:51:47 2012 +0200 +++ b/src/sqlite.mk Thu Oct 04 22:52:41 2012 +0200 @@ -3,7 +3,7 @@ PKG := sqlite $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 7b429809918201555f4c0fa639183a1c663d3fe0 +$(PKG)_CHECKSUM := c464e0e3efe98227c6546b9b1e786b51b8b642fc $(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://www.sqlite.org/$($(PKG)_FILE)