mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			740 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			740 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.085.0",
 | 
						|
    "description": "D is a general-purpose programming language with static typing, systems-level access, and C-like syntax",
 | 
						|
    "url": "http://downloads.dlang.org/releases/2.x/2.085.0/dmd.2.085.0.windows.7z",
 | 
						|
    "hash": "6cf6e3d78a2a7966d4ddbdb572ece45c6edb7d4f16a88f726a4dfcfe670c9d70",
 | 
						|
    "license": "BSL-1.0",
 | 
						|
    "extract_dir": "dmd2",
 | 
						|
    "bin": [
 | 
						|
        "windows\\bin\\dmd.exe",
 | 
						|
        "windows\\bin\\dub.exe"
 | 
						|
    ],
 | 
						|
    "homepage": "https://dlang.org/",
 | 
						|
    "checkver": {
 | 
						|
        "url": "http://downloads.dlang.org/releases/LATEST",
 | 
						|
        "regex": "([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "http://downloads.dlang.org/releases/$majorVersion.x/$version/dmd.$version.windows.7z"
 | 
						|
    }
 | 
						|
}
 |