From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sqlite: Update to version 3430100 Date: Sat, 16 Sep 2023 15:17:47 +0200 Message-ID: <20230916131747.6261-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4200869168985798117==" List-Id: --===============4200869168985798117== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 --- sqlite/sqlite.nm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sqlite/sqlite.nm b/sqlite/sqlite.nm index 1d73fdce9..f2ec6a7af 100644 --- a/sqlite/sqlite.nm +++ b/sqlite/sqlite.nm @@ -4,9 +4,9 @@ ############################################################################= ### =20 name =3D sqlite -version =3D 3.40.0 -release =3D 1.1 -realver =3D 3400000 +version =3D 3.43.1 +release =3D 1 +realver =3D 3430100 =20 groups =3D System/Databases url =3D http://www.sqlite.org/ @@ -23,7 +23,7 @@ description end =20 thisapp =3D %{name}-autoconf-%{realver} -source_dl =3D http://www.sqlite.org/2022/ +source_dl =3D http://www.sqlite.org/2023/ =20 build requires --=20 2.42.0 --===============4200869168985798117==--