mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://www.nasm.us",
|
|
"license": "BSD-2-Clause",
|
|
"version": "2.14.02",
|
|
"description": "80x86 and x86-64 assembler designed for portability and modularity.",
|
|
"extract_dir": "nasm-2.14.02",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://www.nasm.us/pub/nasm/releasebuilds/2.14.02/win64/nasm-2.14.02-win64.zip",
|
|
"hash": "18918ac906e29417b936466e7a2517068206c8db8c04b9762a5befa18bfea5f0"
|
|
},
|
|
"32bit": {
|
|
"url": "http://www.nasm.us/pub/nasm/releasebuilds/2.14.02/win32/nasm-2.14.02-win32.zip",
|
|
"hash": "250f9b5eeb2111e8c7b494a977490985b8604fe7518a6f5041cde37cc727a067"
|
|
}
|
|
},
|
|
"bin": [
|
|
"nasm.exe",
|
|
"ndisasm.exe",
|
|
"rdoff/ldrdf.exe",
|
|
"rdoff/rdf2bin.exe",
|
|
"rdoff/rdf2com.exe",
|
|
"rdoff/rdf2ihx.exe",
|
|
"rdoff/rdf2ith.exe",
|
|
"rdoff/rdf2srec.exe",
|
|
"rdoff/rdfdump.exe",
|
|
"rdoff/rdflib.exe",
|
|
"rdoff/rdx.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://nasm.us/doc/nasmdocc.html",
|
|
"re": "version ([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://www.nasm.us/pub/nasm/releasebuilds/$version/win64/nasm-$version-win64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "http://www.nasm.us/pub/nasm/releasebuilds/$version/win32/nasm-$version-win32.zip"
|
|
}
|
|
},
|
|
"extract_dir": "nasm-$version"
|
|
}
|
|
}
|