From 0724e3ef18a6f035de1424498e5a2bd422ea24c2 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 4 Sep 2007 20:03:55 +0000 Subject: [PATCH] Upgrade sqlite3 to 3.4.2 SVN-Revision: 8616 --- libs/sqlite3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.30.2