package/nasm: bump to version 2.16.02

https://nasm.us/doc/nasmdocc.html

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
Fabrice Fontaine 2024-04-07 19:14:45 +02:00 committed by Arnout Vandecappelle
parent 2fcc74594c
commit 345c38ab11
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# Locally calculated
sha256 c77745f4802375efeee2ec5c0ad6b7f037ea9c87c92b149a9637ff099f162558 nasm-2.16.01.tar.xz
sha256 1e1b942ea88f22edae89659e15be26fa027eae0747f51413540f52d4eac4790d nasm-2.16.02.tar.xz
sha256 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0 LICENSE

View File

@ -4,7 +4,7 @@
#
################################################################################
NASM_VERSION = 2.16.01
NASM_VERSION = 2.16.02
NASM_SOURCE = nasm-$(NASM_VERSION).tar.xz
NASM_SITE = https://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)
NASM_LICENSE = BSD-2-Clause