NASM: update to latest stable 2.13.03
Change-Id: I04cdd296bc3de0460308351d0bbb00d7cbbf023e
Signed-off-by: Marco Varlese <marco.varlese@suse.de>
diff --git a/dpdk/Makefile b/dpdk/Makefile
index a1e2cb0..13938da 100644
--- a/dpdk/Makefile
+++ b/dpdk/Makefile
@@ -44,7 +44,7 @@
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)