]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
nasm: Update to 2.16.03
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 13 Jul 2024 22:22:05 +0000 (00:22 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 Aug 2024 09:41:32 +0000 (09:41 +0000)
For details see:
https://nasm.us/doc/nasmdocc.html

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/nasm

index 635597c4a60b59e7dd30c75b6e0c5ce39a4bc3c5..2eef65eaed4a66ee02ec7da32ec9a32c8c22496f 100644 (file)
--- 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)