mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.16.03",
 | 
						|
    "description": "80x86 and x86-64 assembler designed for portability and modularity.",
 | 
						|
    "homepage": "https://www.nasm.us",
 | 
						|
    "license": "BSD-2-Clause",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://www.nasm.us/pub/nasm/releasebuilds/2.16.03/win64/nasm-2.16.03-win64.zip",
 | 
						|
            "hash": "3ee4782247bcb874378d02f7eab4e294a84d3d15f3f6ee2de2f47a46aa7226e6"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://www.nasm.us/pub/nasm/releasebuilds/2.16.03/win32/nasm-2.16.03-win32.zip",
 | 
						|
            "hash": "1881d062da8a2f02d832c3d47262697817541bcbb853126638ad209ea6ffe5b0"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "nasm-2.16.03",
 | 
						|
    "bin": [
 | 
						|
        "nasm.exe",
 | 
						|
        "ndisasm.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://nasm.us/doc/nasmdocc.html",
 | 
						|
        "regex": "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"
 | 
						|
    }
 | 
						|
}
 |