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