mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.6.3",
 | 
						|
    "description": "A cross-platform build utility based on Lua",
 | 
						|
    "homepage": "https://xmake.io",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/xmake-io/xmake/releases/download/v2.6.3/xmake-v2.6.3.win64.zip",
 | 
						|
            "hash": "0ddc1315294f5f83580650ca5971018ad1119edecec8a4d9e618bb38f2a509f4"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/xmake-io/xmake/releases/download/v2.6.3/xmake-v2.6.3.win32.zip",
 | 
						|
            "hash": "dfbaa66a64316075d5a137955e407333b26e9d24caa51a774204f989d391bd6b"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "xmake",
 | 
						|
    "bin": [
 | 
						|
        "xmake.exe",
 | 
						|
        "xrepo.bat"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/xmake-io/xmake"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/xmake-io/xmake/releases/download/v$version/xmake-v$version.win64.zip",
 | 
						|
                "hash": {
 | 
						|
                    "url": "$baseurl/xmake-v$version.win64.sha256",
 | 
						|
                    "regex": "$sha256.*?zip"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/xmake-io/xmake/releases/download/v$version/xmake-v$version.win32.zip",
 | 
						|
                "hash": {
 | 
						|
                    "url": "$baseurl/xmake-v$version.win32.sha256",
 | 
						|
                    "regex": "$sha256.*?zip"
 | 
						|
                }
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |