mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.4.2",
 | 
						|
    "description": "A platform for building proxies to bypass network restrictions",
 | 
						|
    "homepage": "https://github.com/XTLS/Xray-core",
 | 
						|
    "license": "MPL-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/XTLS/Xray-core/releases/download/v1.4.2/Xray-windows-64.zip",
 | 
						|
            "hash": "sha512:21e6b6c094c39b60508a92683c21f80b73655cb88f4f67ead05fbbba60d2aee97b4b14bb178e7a22cd720c98b7b7b6d19897f93a6c54def1f27a5cc7f4ed7188"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/XTLS/Xray-core/releases/download/v1.4.2/Xray-windows-32.zip",
 | 
						|
            "hash": "sha512:86711f688272082774311518a94932f94229f88eb3f4ca423ce8a9bd12d9a7830867cddf4e73fba7e0d2b92ff909dc80dca0627f23158992fef95701a2d34fe7"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "xray.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/XTLS/Xray-core/releases/download/v$version/Xray-windows-64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/XTLS/Xray-core/releases/download/v$version/Xray-windows-32.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.dgst",
 | 
						|
            "regex": "SHA512=\\s*$sha512"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |