xray: Add version 1.4.2 (#1939)

* xray: Add version 1.4.0

* Update xray.json

Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com>
This commit is contained in:
Kid 2021-04-02 17:09:39 +08:00 committed by GitHub
parent 271e79f99c
commit 87c5cf93db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

32
bucket/xray.json Normal file
View File

@ -0,0 +1,32 @@
{
"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= $sha512"
}
}
}