mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 09:51:19 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "1.4.3",
|
|
"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.3/Xray-windows-64.zip",
|
|
"hash": "sha512:c4d62829a61f9c21f422a823d076d1ced784b5c0b2adec43772e9c93bb8013566131e264db9b6e097f655ba387723d1c56bd7ad7002ef0986631e7f9cc383688"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/XTLS/Xray-core/releases/download/v1.4.3/Xray-windows-32.zip",
|
|
"hash": "sha512:8589fecd1530de37ed4d8d9d8a08ff8eaf080a31dfb8c5f234e3dff554a20a5bab8a1d427cfad0aa1216757c37051e650e52269c9ecfad8782c0f55a25681824"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|