NASM: update to latest stable 2.13.03 62/14362/4
authorMarco Varlese <marco.varlese@suse.de>
Mon, 20 Aug 2018 12:41:20 +0000 (14:41 +0200)
committerDamjan Marion <dmarion@me.com>
Tue, 21 Aug 2018 14:40:14 +0000 (14:40 +0000)
Change-Id: I04cdd296bc3de0460308351d0bbb00d7cbbf023e
Signed-off-by: Marco Varlese <marco.varlese@suse.de>
dpdk/Makefile

index a1e2cb0..13938da 100644 (file)
@@ -44,7 +44,7 @@ DPDK_SOURCE := $(B)/dpdk-stable-$(DPDK_VERSION)
 endif
 
 NASM_BASE_URL := http://www.nasm.us/pub/nasm/releasebuilds
-NASM_VER := 2.13.01
+NASM_VER := 2.13.03
 NASM_TARBALL := nasm-$(NASM_VER).tar.xz
 NASM_TAR_URL := $(NASM_BASE_URL)/$(NASM_VER)/$(NASM_TARBALL)
 NASM_SOURCE := $(B)/nasm-$(NASM_VER)