mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"homepage": "http://www.nasm.us",
|
|
"license": "BSD",
|
|
"version": "2.13.03",
|
|
"extract_dir": "nasm-2.13.03",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/win64/nasm-2.13.03-win64.zip",
|
|
"hash": "b3a1f896b53d07854884c2e0d6be7defba7ebd09b864bbb9e6d69ada1c3e989f"
|
|
},
|
|
"32bit": {
|
|
"url": "http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/win32/nasm-2.13.03-win32.zip",
|
|
"hash": "046ed0b14f8b874863dd43e0534ad47727b022194278f2f79df108c7357afcff"
|
|
}
|
|
},
|
|
"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": "The latest stable version of NASM is\\s+.+\\/(?<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"
|
|
}
|
|
}
|