2017-05-02 08:00:39 +02:00

42 lines
1.3 KiB
JSON

{
"homepage": "http://www.nasm.us",
"license": "BSD",
"version": "2.13.01",
"extract_dir": "nasm-2.13.01",
"architecture": {
"64bit": {
"url": "http://www.nasm.us/pub/nasm/releasebuilds/2.13.01/win64/nasm-2.13.01-win64.zip",
"hash": "8b368c5ed7f9deb33be90918e8c19b2fbf004fbe74b743e515674c75943d3362"
},
"32bit": {
"url": "http://www.nasm.us/pub/nasm/releasebuilds/2.13.01/win32/nasm-2.13.01-win32.zip",
"hash": "01b93a34af9511e30663409c5138531fc1a05d88eb54d52453138dc020646dc1"
}
},
"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"
}
}