mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.12.1",
 | 
						|
    "description": "A small build system with a focus on speed.",
 | 
						|
    "homepage": "https://ninja-build.org/",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-win.zip",
 | 
						|
            "hash": "f550fec705b6d6ff58f2db3c374c2277a37691678d6aba463adcbb129108467a"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-winarm64.zip",
 | 
						|
            "hash": "79c96a50e0deafec212cfa85aa57c6b74003f52d9d1673ddcd1eab1c958c5900"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "ninja.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/ninja-build/ninja"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/ninja-build/ninja/releases/download/v$version/ninja-win.zip"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/ninja-build/ninja/releases/download/v$version/ninja-winarm64.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |