From 77cca26711a5be6db0e48a15ec28b3d118827945 Mon Sep 17 00:00:00 2001 From: Etienne CHAMPETIER Date: Wed, 4 Jun 2014 00:46:28 +0200 Subject: [PATCH] sqlite3: update to 3.8.4.3 (2014-04-03), add myself as maintainer Signed-off-by: Etienne CHAMPETIER --- libs/sqlite3/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 2c41eeb35b..132cf319af 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2014 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:=3071201 +PKG_VERSION:=3080403 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.sqlite.org -PKG_MD5SUM:=eb7bbd258913518ad30971ea7ecb0ca9 +PKG_SOURCE_URL:=http://www.sqlite.org/2014/ +PKG_MD5SUM:=0f5459cde43cb269e5120ecd2c671ced PKG_LICENSE:=PUBLICDOMAIN PKG_LICENSE_FILES:= @@ -31,6 +31,7 @@ define Package/sqlite3/Default SUBMENU:=database TITLE:=SQLite (v3.x) database engine URL:=http://www.sqlite.org/ + MAINTAINER:=Etienne CHAMPETIER endef define Package/sqlite3/Default/description -- 2.30.2