diff mbox series

nasm: bump to version 2.13.02

Message ID 20171219215629.18183-1-peter@korsgaard.com
State Accepted
Commit 388a4bda6b542168f657f45689e5b756e842c416
Headers show
Series nasm: bump to version 2.13.02 | expand

Commit Message

Peter Korsgaard Dec. 19, 2017, 9:56 p.m. UTC
And add a hash for the license file.

Release notes:
http://www.nasm.us/doc/nasmdocc.html

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/nasm/nasm.hash | 3 ++-
 package/nasm/nasm.mk   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Dec. 20, 2017, 8:22 p.m. UTC | #1
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > And add a hash for the license file.
 > Release notes:
 > http://www.nasm.us/doc/nasmdocc.html

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/package/nasm/nasm.hash b/package/nasm/nasm.hash
index b88671c10a..260e5d7bc4 100644
--- a/package/nasm/nasm.hash
+++ b/package/nasm/nasm.hash
@@ -1,2 +1,3 @@ 
 # Locally calculated
-sha256 aa0213008f0433ecbe07bb628506a5c4be8079be20fc3532a5031fd639db9a5e  nasm-2.13.01.tar.xz
+sha256 8ac3235f49a6838ff7a8d7ef7c19a4430d0deecc0c2d3e3e237b5e9f53291757  nasm-2.13.02.tar.xz
+sha256 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0  LICENSE
diff --git a/package/nasm/nasm.mk b/package/nasm/nasm.mk
index 3e2515e2ee..ee3fd9c542 100644
--- a/package/nasm/nasm.mk
+++ b/package/nasm/nasm.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-NASM_VERSION = 2.13.01
+NASM_VERSION = 2.13.02
 NASM_SOURCE = nasm-$(NASM_VERSION).tar.xz
 NASM_SITE = http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)
 NASM_LICENSE = BSD-2-Clause