mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	* ninja-kitware: Add version 1.10.2.g51db2.kitware.jobserver-1 * Modify ninja-kitware.json and ninja.json Modified so they include the architecture and a better description for ninja-kitware.
		
			
				
	
	
		
			24 lines
		
	
	
		
			721 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			721 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.10.2",
 | 
						|
    "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.10.2/ninja-win.zip",
 | 
						|
            "hash": "bbde850d247d2737c5764c927d1071cbb1f1957dcabda4a130fa8547c12c695f"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |