summaryrefslogtreecommitdiffstats
path: root/dpdk/Makefile
diff options
context:
space:
mode:
authorMarco Varlese <marco.varlese@suse.de>2018-08-20 14:41:20 +0200
committerDamjan Marion <dmarion@me.com>2018-08-21 14:40:14 +0000
commita74ee1f7aa48507d9d9fc5f7c9ac1dad32fe4acc (patch)
treeee7d2c33795f8aab4fe6cebb853f278aba15f68b /dpdk/Makefile
parent6a36705915916e8d580be468a2f5cfbf7e2bae50 (diff)
NASM: update to latest stable 2.13.03
Change-Id: I04cdd296bc3de0460308351d0bbb00d7cbbf023e Signed-off-by: Marco Varlese <marco.varlese@suse.de>
Diffstat (limited to 'dpdk/Makefile')
-rw-r--r--dpdk/Makefile2
1 files changed, 1 insertions, 1 deletions
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)