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] nasm: Update to version 2.15.05 Date: Fri, 29 Apr 2022 18:37:22 +0000 Message-ID: In-Reply-To: <20220428212541.2202711-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1071792281033952578==" List-Id: --===============1071792281033952578== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 2.14.02 (Dec 2018) to 2.15.05 (Aug 2020) > - Most recent commit in git was Dec 2021 > - Update of rootfile not required > - Changelog in source tarball and in git repository was last updated in 200= 7. > Only option to see changes is to review the commits in > https://github.com/netwide-assembler/nasm/commits/master >=20 > Signed-off-by: Adolf Belka > --- > lfs/nasm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/nasm b/lfs/nasm > index 3988297ae..635597c4a 100644 > --- a/lfs/nasm > +++ b/lfs/nasm > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 2.14.02 > +VER =3D 2.15.05 > =20 > THISAPP =3D nasm-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D deb1f3c806ffbe48eefe4163271c68f02a782f75f21980331cb0= 3e64de20da61c118621536c1c869c1629e558cab45ce98fed8443d29c1126fb4255cd6a36ce4 > +$(DL_FILE)_BLAKE2 =3D a41434965c2125577b762d907a0a3c251c75d9f9beac230fba40= 99182c7f7beb08c6d2c05c2432b0dc8ba829f24077f44c3096faea9bd0a533250e6dbbfaef35 > =20 > install : $(TARGET) > =20 --===============1071792281033952578==--