From 499f964f0f54ca3c9e2de63095eae8058b46bd65 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Tue, 28 Aug 2018 22:44:54 +0200 Subject: [PATCH] libs/sqlite: Update to 3.24.0 Update sqlite to 3.24.0 Signed-off-by: Daniel Engberg --- libs/sqlite3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 8f85f302b..da6623920 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3230100 +PKG_VERSION:=3240000 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz -PKG_HASH:=92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25 +PKG_HASH:=d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a PKG_SOURCE_URL:=http://www.sqlite.org/2018/ PKG_LICENSE:=PUBLICDOMAIN