package/nasm: bump version to 2.13.03

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2018-03-01 21:09:53 +01:00 committed by Peter Korsgaard
parent ced7bcbb25
commit ee8d397a25
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
# Locally calculated
sha256 8ac3235f49a6838ff7a8d7ef7c19a4430d0deecc0c2d3e3e237b5e9f53291757 nasm-2.13.02.tar.xz
sha256 812ecfb0dcbc5bd409aaa8f61c7de94c5b8752a7b00c632883d15b2ed6452573 nasm-2.13.03.tar.xz
sha256 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0 LICENSE

View file

@ -4,7 +4,7 @@
#
################################################################################
NASM_VERSION = 2.13.02
NASM_VERSION = 2.13.03
NASM_SOURCE = nasm-$(NASM_VERSION).tar.xz
NASM_SITE = http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)
NASM_LICENSE = BSD-2-Clause