changeset 6851:fbb972f95f49

* src/sqlite.mk: update to 3430000
author John Donoghue <john.donoghue@ieee.org>
date Tue, 29 Aug 2023 19:53:47 -0400
parents 854d594dfbc0
children 1490118493f0
files src/sqlite.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/sqlite.mk	Tue Aug 29 19:53:46 2023 -0400
+++ b/src/sqlite.mk	Tue Aug 29 19:53:47 2023 -0400
@@ -3,8 +3,8 @@
 
 PKG             := sqlite
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 3420000
-$(PKG)_CHECKSUM := 036575929b174c1b829769255491ba2b32bda9ee
+$(PKG)_VERSION  := 3430000
+$(PKG)_CHECKSUM := 59e8c695e34bf1bc9aeb076530f84f66d0f30a5e
 $(PKG)_SUBDIR   := $(PKG)-autoconf-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.sqlite.org/2023/$($(PKG)_FILE)