From 842f7e10ee349e1e354c0035bfe4842b751a7e2d Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 5 Dec 2009 01:06:48 +0000 Subject: [PATCH] [package] update sqlite3 to 3.6.20 (#6272) git-svn-id: svn://svn.openwrt.org/openwrt/packages@18650 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/sqlite3/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index b100ff5c2..b3b13f2c5 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3.6.18 +PKG_VERSION:=3.6.20 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-amalgamation-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sqlite.org/ -PKG_MD5SUM:=18c9f044e2f50cdab3bca87386d4fcc8 +PKG_MD5SUM:=4bb3e9ee5d25e88b8ff8533fbeb168aa PKG_BUILD_DEPENDS:=libncurses libreadline -- 2.11.0