From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nasm: Update to 2.16.03 Date: Sun, 14 Jul 2024 00:22:05 +0200 Message-ID: <20240713222205.3436905-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2823229509419752310==" List-Id: --===============2823229509419752310== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://nasm.us/doc/nasmdocc.html --- lfs/nasm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nasm b/lfs/nasm index 635597c4a..2eef65eae 100644 --- a/lfs/nasm +++ b/lfs/nasm @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2024 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.15.05 +VER =3D 2.16.03 =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 a41434965c2125577b762d907a0a3c251c75d9f9beac230fba4099= 182c7f7beb08c6d2c05c2432b0dc8ba829f24077f44c3096faea9bd0a533250e6dbbfaef35 +$(DL_FILE)_BLAKE2 =3D 742cbf330341fde9f778d8ca13e8c06199f48796d47028ac973d39= e3d9e434450cdfebe89f6ab248d372bdaeb0c88a25eb7153a39b66fc05e770523d4c9e11e9 =20 install : $(TARGET) =20 --=20 2.34.1 --===============2823229509419752310==--