changeset 5176:e8756072570c

* src/sqlite.mk: update to v3.3.0
author John Donoghue
date Thu, 10 Oct 2019 08:40:40 -0400
parents c855d59598ec
children 64f1d5ad3a5a
files src/sqlite.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/sqlite.mk	Mon Oct 07 10:03:58 2019 -0400
+++ b/src/sqlite.mk	Thu Oct 10 08:40:40 2019 -0400
@@ -3,8 +3,8 @@
 
 PKG             := sqlite
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 3290000
-$(PKG)_CHECKSUM := 053d8237eb9741b0e297073810668c2611a8e38e
+$(PKG)_VERSION  := 3300000
+$(PKG)_CHECKSUM := 785c0f6f00fe1871cb1dd97893267cb50db03b9b
 $(PKG)_SUBDIR   := $(PKG)-autoconf-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.sqlite.org/2019/$($(PKG)_FILE)