From 339e0004dedebbff28f821c0c586724bf30980e6 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Wed, 31 May 2017 17:11:02 +0200 Subject: [PATCH] libs/sqlite3: Update to 3190200 Update sqlite to 3190200 Remove obsolete tarball hash variable Signed-off-by: Daniel Engberg --- libs/sqlite3/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 9219691b34..720c7a3c37 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,13 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3170000 +PKG_VERSION:=3190200 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sqlite.org/2017/ -PKG_MD5SUM:=450a95a7bde697c9fe4de9ae2fffdcca -PKG_HASH:=a4e485ad3a16e054765baf6371826b5000beed07e626510896069c0bf013874c +PKG_HASH:=ca5361fb01cc3ad63d6fd4eb2cb0b6398e629595896d3558f7e121d37dac2ffc PKG_LICENSE:=PUBLICDOMAIN PKG_LICENSE_FILES:= -- 2.30.2