update nasm

This commit is contained in:
Boris Pek 2018-08-29 00:46:47 +03:00 committed by Tony Theodore
parent 317c5491aa
commit 0860f00842
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,8 @@ From: Michael Simacek <msimacek@redhat.com>
Date: Thu, 8 Feb 2018 14:47:08 +0100
Subject: [PATCH] Remove invalid pure_func qualifiers
https://src.fedoraproject.org/rpms/nasm/raw/0cc3eb244bd971df81a7f02bc12c5ec259e1a5d6/f/0001-Remove-invalid-pure_func-qualifiers.patch
---
include/nasmlib.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

View File

@ -4,8 +4,8 @@ PKG := nasm
$(PKG)_WEBSITE := https://www.nasm.us/
$(PKG)_DESCR := NASM - The Netwide Assembler
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.13.01
$(PKG)_CHECKSUM := aa0213008f0433ecbe07bb628506a5c4be8079be20fc3532a5031fd639db9a5e
$(PKG)_VERSION := 2.13.03
$(PKG)_CHECKSUM := 812ecfb0dcbc5bd409aaa8f61c7de94c5b8752a7b00c632883d15b2ed6452573
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://www.nasm.us/pub/$(PKG)/releasebuilds/$($(PKG)_VERSION)/$($(PKG)_FILE)