changeset 5451:a92a992c7697

* src/sqlite.mk: update to 3320200
author John Donoghue <john.donoghue@ieee.org>
date Fri, 05 Jun 2020 09:14:15 -0400
parents 8bede4ae3bc6
children 64fdd8f6efdd
files src/sqlite.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/sqlite.mk	Fri Jun 05 09:10:32 2020 -0400
+++ b/src/sqlite.mk	Fri Jun 05 09:14:15 2020 -0400
@@ -3,8 +3,8 @@
 
 PKG             := sqlite
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 3320100
-$(PKG)_CHECKSUM := 3d34d86ef726b66edeb0b93b2a4c0d036ea8dcf3
+$(PKG)_VERSION  := 3320200
+$(PKG)_CHECKSUM := 429e3f2d0b16a95ad1025a97b2a328d0b4037575
 $(PKG)_SUBDIR   := $(PKG)-autoconf-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.sqlite.org/2020/$($(PKG)_FILE)