From: Florian Fainelli Date: Tue, 4 Sep 2007 20:03:55 +0000 (+0000) Subject: Upgrade sqlite3 to 3.4.2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0724e3ef18a6f035de1424498e5a2bd422ea24c2;p=openwrt%2Fsvn-archive%2Fpackages.git Upgrade sqlite3 to 3.4.2 SVN-Revision: 8616 --- diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 9e39b47d2..a65f4d60c 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3.3.3 +PKG_VERSION:=3.4.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sqlite.org/ -PKG_MD5SUM:=eb5d9d7e7853b3af78e767d709b7fced +PKG_MD5SUM:=2feec9b429f9298c9f288420c8b449f8 PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)