summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYanase Yuki <dev@zpc.st>2024-09-12 21:19:11 +0900
committerHauke Mehrtens <hauke@hauke-m.de>2024-09-22 19:06:22 +0200
commit4a5da15b3d2f954662c311ec2c09690ed39d8d8a (patch)
treec57435f20fdc48a6f5ba4954fe041b8cc7433f5b
parent13aa1fad5d17a103c557112478a0773ea28cd2b1 (diff)
downloadopenwrt-4a5da15b3d2f954662c311ec2c09690ed39d8d8a.tar.gz
openwrt-4a5da15b3d2f954662c311ec2c09690ed39d8d8a.tar.bz2
openwrt-4a5da15b3d2f954662c311ec2c09690ed39d8d8a.zip
toolchain/nasm: update to 2.16.03
Use gzip archive to avoid xz usage. Signed-off-by: Yanase Yuki <dev@zpc.st> Link: https://github.com/openwrt/openwrt/pull/16373 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--toolchain/nasm/Makefile6
1 files 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