mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.28.0",
 | 
						|
    "description": "LDC is LLVM based D-language compiler",
 | 
						|
    "homepage": "https://dlang.org/",
 | 
						|
    "license": {
 | 
						|
        "identifier": "BSD-3-Clause,BSL-1.0,NCSA,MIT,GPL-2.0-or-later",
 | 
						|
        "url": "https://github.com/ldc-developers/ldc/blob/master/LICENSE"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/ldc-developers/ldc/releases/download/v1.28.0/ldc2-1.28.0-windows-x64.7z",
 | 
						|
            "hash": "26bb3ece7774ef70d9c7485eab5fbc182d4e74411e4a8d2f339e9b421a76f069",
 | 
						|
            "extract_dir": "ldc2-1.28.0-windows-x64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/ldc-developers/ldc/releases/download/v1.28.0/ldc2-1.28.0-windows-x86.7z",
 | 
						|
            "hash": "af5465b316dfb582ded4fd6f83dfa02dfdd896fad6d397cc53d098e3ba9f9281",
 | 
						|
            "extract_dir": "ldc2-1.28.0-windows-x86"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "env_add_path": "bin",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/ldc-developers/ldc"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/ldc-developers/ldc/releases/download/v$version/ldc2-$version-windows-x64.7z",
 | 
						|
                "extract_dir": "ldc2-$version-windows-x64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/ldc-developers/ldc/releases/download/v$version/ldc2-$version-windows-x86.7z",
 | 
						|
                "extract_dir": "ldc2-$version-windows-x86"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |