nasm: Update to 2.16.03

Message ID 20240713222205.3436905-1-matthias.fischer@ipfire.org
State Staged
Commit 4e40a3e23fe1ad61b98c54617fa27f192720f463
Headers
Series nasm: Update to 2.16.03 |

Commit Message

Matthias Fischer July 13, 2024, 10:22 p.m. UTC
  For details see:
https://nasm.us/doc/nasmdocc.html
---
 lfs/nasm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

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  <info@ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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 @@ 
 
 include Config
 
-VER        = 2.15.05
+VER        = 2.16.03
 
 THISAPP    = nasm-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = a41434965c2125577b762d907a0a3c251c75d9f9beac230fba4099182c7f7beb08c6d2c05c2432b0dc8ba829f24077f44c3096faea9bd0a533250e6dbbfaef35
+$(DL_FILE)_BLAKE2 = 742cbf330341fde9f778d8ca13e8c06199f48796d47028ac973d39e3d9e434450cdfebe89f6ab248d372bdaeb0c88a25eb7153a39b66fc05e770523d4c9e11e9
 
 install : $(TARGET)