Skip to content

Commit

Permalink
toolchain/nasm: update to 2.16.03
Browse files Browse the repository at this point in the history
Use gzip archive to avoid xz usage.

Signed-off-by: Yanase Yuki <[email protected]>
Link: openwrt/openwrt#16373
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
zpc0 authored and hauke committed Sep 22, 2024
1 parent 13aa1fa commit 4a5da15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions toolchain/nasm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a5da15

Please sign in to comment.