mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +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.15.05",
 | 
						|
    "description": "80x86 and x86-64 assembler designed for portability and modularity.",
 | 
						|
    "extract_dir": "nasm-2.15.05",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/win64/nasm-2.15.05-win64.zip",
 | 
						|
            "hash": "f5c93c146f52b4f1664fa3ce6579f961a910e869ab0dae431bd871bdd2584ef2"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/win32/nasm-2.15.05-win32.zip",
 | 
						|
            "hash": "258c7d1076e435511cf2fdf94e2281eadbdb9e3003fd57f356f446e2bce3119e"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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": "https://www.nasm.us/pub/nasm/releasebuilds/$version/win64/nasm-$version-win64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://www.nasm.us/pub/nasm/releasebuilds/$version/win32/nasm-$version-win32.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "extract_dir": "nasm-$version"
 | 
						|
    }
 | 
						|
}
 |