mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "19.1.7-20250114",
 | 
						|
    "description": "LLVM toolchain based on mingw-w64. (UCRT, mstorsjo build)",
 | 
						|
    "homepage": "https://github.com/mstorsjo/llvm-mingw/",
 | 
						|
    "license": "GPL-3.0-or-later,ZPL-2.1,Apache-2.0 WITH LLVM-exception,ISC",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20250114/llvm-mingw-20250114-ucrt-x86_64.zip",
 | 
						|
            "hash": "9395d95c089611e6cd728c9a07219ffc5ac706e0c719833a2f7e64a706a81541",
 | 
						|
            "extract_dir": "llvm-mingw-20250114-ucrt-x86_64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20250114/llvm-mingw-20250114-ucrt-i686.zip",
 | 
						|
            "hash": "7fec57627754436496b4b2db943c366decc8a629dbb1d5c9a73164c08667ad70",
 | 
						|
            "extract_dir": "llvm-mingw-20250114-ucrt-i686"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20250114/llvm-mingw-20250114-ucrt-aarch64.zip",
 | 
						|
            "hash": "2e00fa1b17f46aef58d7bbdac65c7ceec716f39bc59e0c424b03d4083648c9dd",
 | 
						|
            "extract_dir": "llvm-mingw-20250114-ucrt-aarch64"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",
 | 
						|
    "env_add_path": "bin",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/mstorsjo/llvm-mingw/",
 | 
						|
        "regex": "llvm-mingw\\s+(?<time>\\d+)\\swith\\s+LLVM\\s+(?<llvm>[\\d.]+)",
 | 
						|
        "replace": "${llvm}-${time}"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/$matchTime/llvm-mingw-$matchTime-ucrt-x86_64.zip",
 | 
						|
                "extract_dir": "llvm-mingw-$matchTime-ucrt-x86_64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/$matchTime/llvm-mingw-$matchTime-ucrt-i686.zip",
 | 
						|
                "extract_dir": "llvm-mingw-$matchTime-ucrt-i686"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/$matchTime/llvm-mingw-$matchTime-ucrt-aarch64.zip",
 | 
						|
                "extract_dir": "llvm-mingw-$matchTime-ucrt-aarch64"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |