From 3717facab30563b5574e31cc5c581fda473827d7 Mon Sep 17 00:00:00 2001 From: swalker Date: Mon, 4 Jul 2011 00:48:26 +0000 Subject: [PATCH] [packages] sqlite3: update to 3070701 git-svn-id: svn://svn.openwrt.org/openwrt/packages@27425 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/sqlite3/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 14440ab64..a2101db4e 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3070400 +PKG_VERSION:=3070701 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.sqlite.org/ -PKG_MD5SUM:=8f0c690bfb33c3cbbc2471c3d9ba0158 +PKG_SOURCE_URL:=http://www.sqlite.org +PKG_MD5SUM:=554026fe7fac47b1cf61c18d5fe43419 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-autoconf-$(PKG_VERSION) PKG_BUILD_DEPENDS:=libncurses libreadline -- 2.11.0