From 69e62386f930e13ac9e40929dacc1babd6d685d8 Mon Sep 17 00:00:00 2001 From: Etienne CHAMPETIER Date: Thu, 21 Apr 2016 15:49:52 +0000 Subject: [PATCH] sqlite3: update to 3.12.2 3.12.0 as been removed from sqlite servers fixes #2615 Signed-off-by: Etienne CHAMPETIER --- libs/sqlite3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index cb8589989..9d3700fb5 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3120000 +PKG_VERSION:=3120200 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sqlite.org/2016/ -PKG_MD5SUM:=56a80fdab2f398cb2e1ab2ab7c339c30 +PKG_MD5SUM:=c552a133aca1ce1d647163d9e43bbcb1 PKG_LICENSE:=PUBLICDOMAIN PKG_LICENSE_FILES:=