From 597354c1d43777a393c7a2052ff183fe36d6409a Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Thu, 31 Oct 2019 22:22:46 +0100 Subject: build: bump nasm version to 2.14.02 Type: make Change-Id: I9b598ce17c058709553a45524e18a64de642a8db Signed-off-by: Damjan Marion --- build/external/packages/nasm.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/external/packages') diff --git a/build/external/packages/nasm.mk b/build/external/packages/nasm.mk index b782b53f54c..2a5ce018b1f 100644 --- a/build/external/packages/nasm.mk +++ b/build/external/packages/nasm.mk @@ -11,9 +11,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -nasm_version := 2.13.03 +nasm_version := 2.14.02 nasm_tarball := nasm-$(nasm_version).tar.xz -nasm_tarball_md5sum := d5ca2ad7121ccbae69dd606b1038532c +nasm_tarball_md5sum := 6390bd67b07ff1df9fe628b6929c0353 nasm_tarball_strip_dirs := 1 nasm_url := https://ftp.osuosl.org/pub/blfs/conglomeration/nasm/$(nasm_tarball) nasm_cflags := -Wno-implicit-fallthrough -std=c11 -- cgit 1.2.3-korg