From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] sqlite: Update to 3.34.0 Date: Fri, 18 Dec 2020 10:44:41 +0100 Message-ID: <3A0F70FD-5B4C-4384-81C4-8BFE9729C08B@ipfire.org> In-Reply-To: <20201216182805.3763565-1-ahb.ipfire@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4054410048282283281==" List-Id: --===============4054410048282283281== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Him, > On 16 Dec 2020, at 19:28, Adolf Belka wrote: > > -Update sqlite from 3.26.0 to 3.34.0 > See https://sqlite[.]org/chronology[.]html for history between Is there any reason you had to escape this URL like this? > these releases. > -Have reviewed all release notes between these two releases and there > are no deprecations. > -No change to rootfile. Very good. Merged. -Michael > Signed-off-by: Adolf Belka > --- > lfs/sqlite | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lfs/sqlite b/lfs/sqlite > index 8f02634cd..b2e1b6d3b 100644 > --- a/lfs/sqlite > +++ b/lfs/sqlite > @@ -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) > > -- > 2.29.2 > --===============4054410048282283281==--