mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "5.29.3",
 | 
						|
    "description": "A platform for building proxies to bypass network restrictions.",
 | 
						|
    "homepage": "https://www.v2fly.org/en_US/",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/v2fly/v2ray-core/releases/download/v5.29.3/v2ray-windows-64.zip",
 | 
						|
            "hash": "447d8d84573dbfb2b9103b1b94d28f18bcd5a5f74a1488d2ff5dfb82f1a2e8ed"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/v2fly/v2ray-core/releases/download/v5.29.3/v2ray-windows-32.zip",
 | 
						|
            "hash": "c2e2df49d47881236434c81b44be39fcbd91ddee407686723c2cd85018ef6bca"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/v2fly/v2ray-core/releases/download/v5.29.3/v2ray-windows-arm64-v8a.zip",
 | 
						|
            "hash": "1f189e86f14f2799bfb09597212686ca4d2f0435e3e9fc52da39fe67474540b0"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "v2ray.exe",
 | 
						|
    "persist": "config.json",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/v2fly/v2ray-core"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/v2fly/v2ray-core/releases/download/v$version/v2ray-windows-64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/v2fly/v2ray-core/releases/download/v$version/v2ray-windows-32.zip"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/v2fly/v2ray-core/releases/download/v$version/v2ray-windows-arm64-v8a.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.dgst",
 | 
						|
            "regex": "SHA2-256= $sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |