mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:44:10 -09:00
nasm: bump to version 2.12
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
4d191c0d09
commit
f94071d416
2 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
# Locally calculated
|
||||
sha256 c99467c7072211c550d147640d8a1a0aa4d636d4d8cf849f3bf4317d900a1f7f nasm-2.11.08.tar.xz
|
||||
sha256 f34cc1e984ed619b8f9e96cea632e3c6fdea5e039069dbcb63397b7bd004f5a8 nasm-2.12.tar.xz
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
NASM_VERSION = 2.11.08
|
||||
NASM_VERSION = 2.12
|
||||
NASM_SOURCE = nasm-$(NASM_VERSION).tar.xz
|
||||
NASM_SITE = http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)
|
||||
NASM_LICENSE = BSD-2c
|
||||
|
|
|
|||
Loading…
Reference in a new issue