On Sat, Feb 01, 2025 at 11:24:26AM +0100, Lars Pedersen wrote: > Same license copyright disclaim, but moved in file > > Signed-off-by: Lars Pedersen <[email protected]> > --- > rules/sqlite.make | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/rules/sqlite.make b/rules/sqlite.make > index ea57e9042..d60cefb8a 100644 > --- a/rules/sqlite.make > +++ b/rules/sqlite.make > @@ -19,15 +19,15 @@ PACKAGES-$(PTXCONF_SQLITE) += sqlite > # > # Paths and names > # > -SQLITE_VERSION := 3400000 > -SQLITE_MD5 := c833d61da768a116fa16d910f43cfd9a > +SQLITE_VERSION := 3480000 > +SQLITE_MD5 := f87741cf09d731f5d31defbcabf1e07f
Hmm, I'm getting a different checksum here. Can you please backup the file you have, download it again and compare the two? To see what is going on here. Michael > SQLITE := sqlite-autoconf-$(SQLITE_VERSION) > SQLITE_SUFFIX := tar.gz > -SQLITE_URL := https://www.sqlite.org/2022/$(SQLITE).$(SQLITE_SUFFIX) > +SQLITE_URL := https://www.sqlite.org/2025/$(SQLITE).$(SQLITE_SUFFIX) > SQLITE_SOURCE := $(SRCDIR)/$(SQLITE).$(SQLITE_SUFFIX) > SQLITE_DIR := $(BUILDDIR)/$(SQLITE) > SQLITE_LICENSE := public_domain > -SQLITE_LICENSE_FILES := > file://sqlite3.c;startline=29;endline=30;md5=43af35cab122fd0eed4d5469d0507788 > +SQLITE_LICENSE_FILES := > file://sqlite3.c;startline=35;endline=36;md5=43af35cab122fd0eed4d5469d0507788 > > # > ---------------------------------------------------------------------------- > # Prepare > -- > 2.48.1 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
