diff mbox

[1/2] package/nasm: bump version to 2.13.01

Message ID 20170624073514.20975-1-bernd.kuhls@t-online.de
State Accepted
Headers show

Commit Message

Bernd Kuhls June 24, 2017, 7:35 a.m. UTC
Needed to fix x264 build error.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/nasm/nasm.hash | 2 +-
 package/nasm/nasm.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni June 24, 2017, 10:08 a.m. UTC | #1
Hello,

On Sat, 24 Jun 2017 09:35:13 +0200, Bernd Kuhls wrote:
> Needed to fix x264 build error.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/nasm/nasm.hash | 2 +-
>  package/nasm/nasm.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Both applied, thanks!

Thomas
diff mbox

Patch

diff --git a/package/nasm/nasm.hash b/package/nasm/nasm.hash
index 5d7c36dec..b88671c10 100644
--- a/package/nasm/nasm.hash
+++ b/package/nasm/nasm.hash
@@ -1,2 +1,2 @@ 
 # Locally calculated
-sha256	4c866b60c0b1c4ebc715205d007b4640ff4e36af637c9a7deb87b2900e544321	nasm-2.12.02.tar.xz
+sha256 aa0213008f0433ecbe07bb628506a5c4be8079be20fc3532a5031fd639db9a5e  nasm-2.13.01.tar.xz
diff --git a/package/nasm/nasm.mk b/package/nasm/nasm.mk
index 8afd320e8..3e2515e2e 100644
--- a/package/nasm/nasm.mk
+++ b/package/nasm/nasm.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-NASM_VERSION = 2.12.02
+NASM_VERSION = 2.13.01
 NASM_SOURCE = nasm-$(NASM_VERSION).tar.xz
 NASM_SITE = http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)
 NASM_LICENSE = BSD-2-Clause