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.105.3",
 | 
						|
    "description": "D is a general-purpose programming language with static typing, systems-level access, and C-like syntax",
 | 
						|
    "homepage": "https://dlang.org/",
 | 
						|
    "license": "BSL-1.0",
 | 
						|
    "url": "http://downloads.dlang.org/releases/2.x/2.105.3/dmd.2.105.3.windows.7z",
 | 
						|
    "hash": "64e9827149dbb944e8996314a300584ab85f395b8d37336eb727603249dac42f",
 | 
						|
    "extract_dir": "dmd2",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "bin": [
 | 
						|
                "windows\\bin\\ddemangle.exe",
 | 
						|
                "windows\\bin64\\dmd.exe",
 | 
						|
                "windows\\bin64\\dub.exe",
 | 
						|
                "windows\\bin\\dustmite.exe",
 | 
						|
                "windows\\bin\\rdmd.exe"
 | 
						|
            ]
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "bin": [
 | 
						|
                "windows\\bin\\ddemangle.exe",
 | 
						|
                "windows\\bin\\dmd.exe",
 | 
						|
                "windows\\bin\\dub.exe",
 | 
						|
                "windows\\bin\\dustmite.exe",
 | 
						|
                "windows\\bin\\rdmd.exe"
 | 
						|
            ]
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "checkver": {
 | 
						|
        "url": "http://downloads.dlang.org/releases/LATEST",
 | 
						|
        "regex": "([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "http://downloads.dlang.org/releases/$majorVersion.x/$version/dmd.$version.windows.7z"
 | 
						|
    }
 | 
						|
}
 |