changeset 5511:337467229225

* src/sqlite.mk: update to v3330000
author John Donoghue <john.donoghue@ieee.org>
date Wed, 19 Aug 2020 10:07:50 -0400
parents 188f45ec88b1
children 96dfe2730a27
files src/sqlite.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/sqlite.mk	Tue Aug 18 12:00:23 2020 +0200
+++ b/src/sqlite.mk	Wed Aug 19 10:07:50 2020 -0400
@@ -3,8 +3,8 @@
 
 PKG             := sqlite
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 3320300
-$(PKG)_CHECKSUM := ea14ef2dc4cc7fcbc5ebbb018d3a03faa3a41cb4
+$(PKG)_VERSION  := 3330000
+$(PKG)_CHECKSUM := d63f3ce52cb295d62d09fc2ad8f2d29c35e1645f
 $(PKG)_SUBDIR   := $(PKG)-autoconf-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.sqlite.org/2020/$($(PKG)_FILE)