mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01:00
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@systemli.org>
This commit is contained in:
parent
9b7ffed9eb
commit
e62ff2eb2b
1 changed files with 3 additions and 3 deletions
|
|
@ -5,11 +5,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=nasm
|
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_URL:=https://www.nasm.us/pub/nasm/releasebuilds/$(PKG_VERSION)/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_HASH:=5bc940dd8a4245686976a8f7e96ba9340a0915f2d5b88356874890e207bdb581
|
PKG_HASH:=b7324cbe86e767b65f26f467ed8b12ad80e124e3ccb89076855c98e43a9eddd4
|
||||||
PKG_CPE_ID:=cpe:/a:nasm:netwide_assembler
|
PKG_CPE_ID:=cpe:/a:nasm:netwide_assembler
|
||||||
|
|
||||||
HOST_BUILD_PARALLEL:=1
|
HOST_BUILD_PARALLEL:=1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue