changeset 5183:e960af2fbfc0

* src/sqlite.mk: update to 3300100
author John Donoghue
date Fri, 11 Oct 2019 13:37:48 -0400
parents 1ed1841b0adc
children c021b4c0a32c
files src/sqlite.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/sqlite.mk	Fri Oct 11 07:55:20 2019 -0400
+++ b/src/sqlite.mk	Fri Oct 11 13:37:48 2019 -0400
@@ -3,8 +3,8 @@
 
 PKG             := sqlite
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 3300000
-$(PKG)_CHECKSUM := 785c0f6f00fe1871cb1dd97893267cb50db03b9b
+$(PKG)_VERSION  := 3300100
+$(PKG)_CHECKSUM := 8383f29d53fa1d4383e4c8eb3e087f2ed940a9e0
 $(PKG)_SUBDIR   := $(PKG)-autoconf-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.sqlite.org/2019/$($(PKG)_FILE)