From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] libinih: Update to version r55 Date: Fri, 29 Apr 2022 19:46:29 +0000 Message-ID: In-Reply-To: <20220427171742.3494434-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7790680284051227974==" List-Id: --===============7790680284051227974== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version r53 to r55 > - Update of rootfile not required > - Changelog > inih version 55 > Added "version" to meson.build config: #135 (but bumped up to 55 in a = subsequent > commit, for this release). > inih version 54 > Mainly #134, adding the visibility symbols to the Meson build config, = but also other > small tweaks to tests and so on. >=20 > Signed-off-by: Adolf Belka > --- > lfs/libinih | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/libinih b/lfs/libinih > index df46d5218..0b4793d5d 100644 > --- a/lfs/libinih > +++ b/lfs/libinih > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D r53 > +VER =3D r55 > =20 > THISAPP =3D inih-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 1242e6273c9dd9a11ea026a3495a487b2aa72d8e01f34304d856= 8c88897ae9c9bb425246f992dc16f4dc2210ec14c597d0ef595cec84ff98a5d6101ee5a643b9 > +$(DL_FILE)_BLAKE2 =3D 28b5e04e54e31b3e0392b44799a2c2e75c1fe00527491a857480= b7e960302f2438d29652b131dae5147487c863d93f577b67aeff3ab5f863546d3661628d8236 > =20 > install : $(TARGET) > =20 --===============7790680284051227974==--