[openwrt/openwrt] toolchain: nasm: update to 3.01

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 20 12:23:44 PST 2025


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/e62ff2eb2bc68d8169f375d56d4b62850605e1cb

commit e62ff2eb2bc68d8169f375d56d4b62850605e1cb
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Thu Nov 20 07:56:46 2025 +0100

    toolchain: nasm: update to 3.01
    
    Switch to tar.xz and update to latest release.
    
    Link: https://github.com/openwrt/openwrt/pull/20836
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 toolchain/nasm/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/toolchain/nasm/Makefile b/toolchain/nasm/Makefile
index bcdb293790..867fc378d8 100644
--- a/toolchain/nasm/Makefile
+++ b/toolchain/nasm/Makefile
@@ -5,11 +5,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nasm
-PKG_VERSION:=2.16.03
+PKG_VERSION:=3.01
 
 PKG_SOURCE_URL:=https://www.nasm.us/pub/nasm/releasebuilds/$(PKG_VERSION)/
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_HASH:=5bc940dd8a4245686976a8f7e96ba9340a0915f2d5b88356874890e207bdb581
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
+PKG_HASH:=b7324cbe86e767b65f26f467ed8b12ad80e124e3ccb89076855c98e43a9eddd4
 PKG_CPE_ID:=cpe:/a:nasm:netwide_assembler
 
 HOST_BUILD_PARALLEL:=1




More information about the lede-commits mailing list