This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree". The branch, master has been updated via e9c5d7bc049da859637c56d9bc2361e527f4e4fc (commit) from 131eb59ec92076ff8edf22eeb74b715fb1912ed6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e9c5d7bc049da859637c56d9bc2361e527f4e4fc Author: Adolf Belka Date: Sat Sep 16 15:17:47 2023 +0200 sqlite: Update to version 3430100 - IPFire3.x - Update from version 340000 release 1.1 to 3430100 release 1 - Changelog is very large - see https://www.sqlite.org/chronology.html for links for each release that show the changelog Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: sqlite/sqlite.nm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Difference in files: diff --git a/sqlite/sqlite.nm b/sqlite/sqlite.nm index 4000e2a4e..98f1bb1d7 100644 --- a/sqlite/sqlite.nm +++ b/sqlite/sqlite.nm @@ -4,9 +4,9 @@ ############################################################################### name = sqlite -version = 3.40.0 -release = 1.1 -realver = 3400000 +version = 3.43.1 +release = 1 +realver = 3430100 groups = System/Databases url = https://www.sqlite.org/ @@ -23,7 +23,7 @@ description end thisapp = %{name}-autoconf-%{realver} -source_dl = https://www.sqlite.org/2022/ +source_dl = http://www.sqlite.org/2023/ build requires hooks/post-receive -- IPFire 3.x development tree