From: Marco Varlese Date: Mon, 20 Aug 2018 12:41:20 +0000 (+0200) Subject: NASM: update to latest stable 2.13.03 X-Git-Tag: v18.10-rc1~401 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=a74ee1f7aa48507d9d9fc5f7c9ac1dad32fe4acc;p=vpp.git NASM: update to latest stable 2.13.03 Change-Id: I04cdd296bc3de0460308351d0bbb00d7cbbf023e Signed-off-by: Marco Varlese --- diff --git a/dpdk/Makefile b/dpdk/Makefile index a1e2cb08b4e..13938da5fa3 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -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)