Add latest version of nasm (#7515)
This commit is contained in:
parent
b2822b2582
commit
bb591e675c
1 changed files with 7 additions and 3 deletions
|
@ -27,8 +27,12 @@
|
||||||
|
|
||||||
class Nasm(AutotoolsPackage):
|
class Nasm(AutotoolsPackage):
|
||||||
"""NASM (Netwide Assembler) is an 80x86 assembler designed for
|
"""NASM (Netwide Assembler) is an 80x86 assembler designed for
|
||||||
portability and modularity. It includes a disassembler as well."""
|
portability and modularity. It includes a disassembler as well."""
|
||||||
homepage = "http://www.nasm.us"
|
|
||||||
url = "http://www.nasm.us/pub/nasm/releasebuilds/2.11.06/nasm-2.11.06.tar.xz"
|
|
||||||
|
|
||||||
|
homepage = "http://www.nasm.us"
|
||||||
|
url = "http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.13.03.tar.xz"
|
||||||
|
list_url = "http://www.nasm.us/pub/nasm/releasebuilds"
|
||||||
|
list_depth = 1
|
||||||
|
|
||||||
|
version('2.13.03', 'd5ca2ad7121ccbae69dd606b1038532c')
|
||||||
version('2.11.06', '2b958e9f5d200641e6fc9564977aecc5')
|
version('2.11.06', '2b958e9f5d200641e6fc9564977aecc5')
|
||||||
|
|
Loading…
Reference in a new issue