From: acinonyx Date: Fri, 14 Aug 2009 11:11:32 +0000 (+0000) Subject: [packages] sqlite3: Update to v3.6.17 (#5698) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=96aa9e24c3673ba89d76359c07320ae73c068ccb;p=packages.git [packages] sqlite3: Update to v3.6.17 (#5698) git-svn-id: svn://svn.openwrt.org/openwrt/packages@17252 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index d4f02393d..c0661a779 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3.6.14 +PKG_VERSION:=3.6.17 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-amalgamation-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sqlite.org/ -PKG_MD5SUM:=cfe9d3021cfdb58e2b02a36a4cb6b70c +PKG_MD5SUM:=3172f8a23e7e7f0e5b295062e339a149 PKG_BUILD_DEPENDS:=libncurses libreadline