changeset 6594:93d05bedaf72

* src/sqlite.mk: update to 3400100
author John Donoghue <john.donoghue@ieee.org>
date Sun, 01 Jan 2023 16:29:27 -0500
parents 9f78d66f219e
children 1ca40299f552
files src/sqlite.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/sqlite.mk	Sun Jan 01 15:50:25 2023 -0500
+++ b/src/sqlite.mk	Sun Jan 01 16:29:27 2023 -0500
@@ -3,8 +3,8 @@
 
 PKG             := sqlite
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 3400000
-$(PKG)_CHECKSUM := 2aa5df983dc2d7e6b096b49e579bcc1e7b80667e
+$(PKG)_VERSION  := 3400100
+$(PKG)_CHECKSUM := b8c2d4bc0094f5c0ce985dc0e237dfcbaa1f6275
 $(PKG)_SUBDIR   := $(PKG)-autoconf-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.sqlite.org/2022/$($(PKG)_FILE)