move to v2fly (#1148)

Co-authored-by: linsui <linsui555@gmail.com>
This commit is contained in:
linsui 2020-06-05 21:32:54 +00:00 committed by GitHub
parent 107b6e20a7
commit f5e2cb57e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
"persist": "config.json",
"architecture": {
"64bit": {
"url": "https://github.com/v2ray/v2ray-core/releases/download/v4.23.4/v2ray-windows-64.zip",
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.23.4/v2ray-windows-64.zip",
"hash": "sha512:9148bfdcc6e2ad24ce024dc3d71bfb8f67d11e329a5e8b998b50ea5bcb33b864a02992aa60c8c14cafc4e59ae88094fb1e92abb0ea73609cb30417e5d109f9db"
},
"32bit": {
"url": "https://github.com/v2ray/v2ray-core/releases/download/v4.23.4/v2ray-windows-32.zip",
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.23.4/v2ray-windows-32.zip",
"hash": "sha512:61945bf96b012cedcc3ef6e343aa12b62aa9dcd45084c443dec57e5148322bb6a51cdc9371f7578582b0d0cadbb6c956f8cd93e0d8e5ae6c053ac97663a19c88"
}
},
@ -20,15 +20,15 @@
"wv2ray.exe"
],
"checkver": {
"github": "https://github.com/v2ray/v2ray-core"
"github": "https://github.com/v2fly/v2ray-core"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/v2ray/v2ray-core/releases/download/v$version/v2ray-windows-64.zip"
"url": "https://github.com/v2fly/v2ray-core/releases/download/v$version/v2ray-windows-64.zip"
},
"32bit": {
"url": "https://github.com/v2ray/v2ray-core/releases/download/v$version/v2ray-windows-32.zip"
"url": "https://github.com/v2fly/v2ray-core/releases/download/v$version/v2ray-windows-32.zip"
}
},
"hash": {