changeset 6399:f180d62473e5

* src/sqlite.mk: update to 3390300
author John Donoghue <john.donoghue@ieee.org>
date Tue, 06 Sep 2022 15:55:02 -0400
parents e9fc3d04f1dd
children f0933d172154
files src/sqlite.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/sqlite.mk	Mon Sep 05 15:42:18 2022 +0200
+++ b/src/sqlite.mk	Tue Sep 06 15:55:02 2022 -0400
@@ -3,8 +3,8 @@
 
 PKG             := sqlite
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 3390200
-$(PKG)_CHECKSUM := fe360190393296b956c5db2a448ae2b5692d0377
+$(PKG)_VERSION  := 3390300
+$(PKG)_CHECKSUM := ded6323be5fb10fddd7c3053a80c6d38e1356256
 $(PKG)_SUBDIR   := $(PKG)-autoconf-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.sqlite.org/2022/$($(PKG)_FILE)