]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
sqlite: Update to 3.34.0
authorAdolf Belka <ahb.ipfire@gmail.com>
Wed, 16 Dec 2020 18:28:05 +0000 (19:28 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Dec 2020 09:40:53 +0000 (09:40 +0000)
-Update sqlite from 3.26.0 to 3.34.0
See https://sqlite[.]org/chronology[.]html for history between
these releases.
-Have reviewed all release notes between these two releases and there
are no deprecations.
-No change to rootfile.
Signed-off-by: Adolf Belka <ahb.ipfire@gmail.com>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/sqlite

index 8f02634cd6256993851f742762a624224c11a30b..b2e1b6d3ba6127e326575428d4a7bfe3c5e797f3 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3260000
+VER        = 3340000
 
 THISAPP    = sqlite-autoconf-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ac2b3b8cd3a97600e36fb8e756e8dda1
+$(DL_FILE)_MD5 = 7f33c9db7b713957fcb9271fe9049fef
 
 install : $(TARGET)