[openwrt/openwrt] toolchain/nasm: update to 2.16.03
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 22 10:06:53 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4a5da15b3d2f954662c311ec2c09690ed39d8d8a
commit 4a5da15b3d2f954662c311ec2c09690ed39d8d8a
Author: Yanase Yuki <dev at zpc.st>
AuthorDate: Thu Sep 12 21:19:11 2024 +0900
toolchain/nasm: update to 2.16.03
Use gzip archive to avoid xz usage.
Signed-off-by: Yanase Yuki <dev at zpc.st>
Link: https://github.com/openwrt/openwrt/pull/16373
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
toolchain/nasm/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/toolchain/nasm/Makefile b/toolchain/nasm/Makefile
index bdca35b7fc..bcdb293790 100644
--- a/toolchain/nasm/Makefile
+++ b/toolchain/nasm/Makefile
@@ -5,11 +5,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nasm
-PKG_VERSION:=2.16.01
+PKG_VERSION:=2.16.03
PKG_SOURCE_URL:=https://www.nasm.us/pub/nasm/releasebuilds/$(PKG_VERSION)/
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_HASH:=c77745f4802375efeee2ec5c0ad6b7f037ea9c87c92b149a9637ff099f162558
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_HASH:=5bc940dd8a4245686976a8f7e96ba9340a0915f2d5b88356874890e207bdb581
PKG_CPE_ID:=cpe:/a:nasm:netwide_assembler
HOST_BUILD_PARALLEL:=1
More information about the lede-commits
mailing list