From: Stephen Walker Date: Sun, 27 May 2012 00:08:22 +0000 (+0000) Subject: sqlite3: update to 3071201 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=81847125a02486e67061e28bda563b35cb4cdd9c;p=openwrt%2Fsvn-archive%2Fpackages.git sqlite3: update to 3071201 SVN-Revision: 31864 --- diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 481951bc6..fb8d1212e 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3070900 +PKG_VERSION:=3071201 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sqlite.org -PKG_MD5SUM:=dce303524736fe89a76b8ed29d566352 +PKG_MD5SUM:=eb7bbd258913518ad30971ea7ecb0ca9 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-autoconf-$(PKG_VERSION) PKG_BUILD_DEPENDS:=libncurses libreadline