v2ray: Update to version 4.28.0

This commit is contained in:
Jakub Čábera 2020-09-11 12:50:15 +02:00
parent 9a2a2cf95f
commit 431503c169

View File

@ -1,17 +1,16 @@
{ {
"version": "4.27.5", "version": "4.28.0",
"description": "A platform for building proxies to bypass network restrictions.", "description": "A platform for building proxies to bypass network restrictions.",
"homepage": "https://www.v2ray.com/", "homepage": "https://www.v2ray.com/",
"license": "MIT", "license": "MIT",
"persist": "config.json",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.27.5/v2ray-windows-64.zip", "url": "https://github.com/v2fly/v2ray-core/releases/download/v4.28.0/v2ray-windows-64.zip",
"hash": "sha512:ab8ef493c8a38df53524f6a554f3c436c4c327e3ecf841798e743157680667ed5b863b412fa48b88d5f0294a5b63c4330c7ee15066292e21bb621cd4d3c7c519" "hash": "sha512:4136c6a3ae7de47cd148ad6523338194ae8a55e27bd7a0d8dc12bacf215a01865221c98e71aa89945db141cf095d84753001e8d3c46dbe24c1599f0c80593056"
}, },
"32bit": { "32bit": {
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.27.5/v2ray-windows-32.zip", "url": "https://github.com/v2fly/v2ray-core/releases/download/v4.28.0/v2ray-windows-32.zip",
"hash": "sha512:d0180408a382b4825eb325b70648d60d75890df2940d4c5df146fc19da102bd6614c4deaadefcc46942c012ada67ad6527d1a7d8e778ef5bf7633c7d7476d1c6" "hash": "sha512:d83076613a390055dc24c17ccdea36b8fc9731dffffee5e593c007e76dc1fa9864606f204f4ed1891a4bae2dc307d025250d14e497939f9e91d21a636cb42341"
} }
}, },
"bin": [ "bin": [
@ -19,6 +18,7 @@
"v2ray.exe", "v2ray.exe",
"wv2ray.exe" "wv2ray.exe"
], ],
"persist": "config.json",
"checkver": { "checkver": {
"github": "https://github.com/v2fly/v2ray-core" "github": "https://github.com/v2fly/v2ray-core"
}, },