From: florian Date: Tue, 4 Sep 2007 20:03:55 +0000 (+0000) Subject: Upgrade sqlite3 to 3.4.2 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1f2e98020902e4a845eb4fd73b5abe758747d06f;p=packages.git Upgrade sqlite3 to 3.4.2 git-svn-id: svn://svn.openwrt.org/openwrt/packages@8616 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)