mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.28.1",
 | 
						|
    "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.1/ldc2-1.28.1-windows-x64.7z",
 | 
						|
            "hash": "7c2a2a6028eed77e671142ed37f86d8aca3f718ced4b7362b3fe9b189fbeb865",
 | 
						|
            "extract_dir": "ldc2-1.28.1-windows-x64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/ldc-developers/ldc/releases/download/v1.28.1/ldc2-1.28.1-windows-x86.7z",
 | 
						|
            "hash": "4cc6c240f18f289c84143fd03ad6e205e768ae8f811f871d8e2398b4cf3d0255",
 | 
						|
            "extract_dir": "ldc2-1.28.1-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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |