# HG changeset patch # User Mark Brand # Date 1337689746 -7200 # Node ID 86030cf3b9d81d6cfeec420714218f981eb120ef # Parent be6a32dfbaea40adfd3eace6dfce66c258cddf85 update package sqlite diff -r be6a32dfbaea -r 86030cf3b9d8 index.html --- a/index.html Tue May 22 13:59:29 2012 +0200 +++ b/index.html Tue May 22 14:29:06 2012 +0200 @@ -1825,7 +1825,7 @@ sqlite - 3071200 + 3071201 SQLite diff -r be6a32dfbaea -r 86030cf3b9d8 src/sqlite.mk --- a/src/sqlite.mk Tue May 22 13:59:29 2012 +0200 +++ b/src/sqlite.mk Tue May 22 14:29:06 2012 +0200 @@ -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)