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