From 431503c169a6277d588f71bbe62057aa4a5905fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 11 Sep 2020 12:50:15 +0200 Subject: [PATCH] v2ray: Update to version 4.28.0 --- bucket/v2ray.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/v2ray.json b/bucket/v2ray.json index 2a809300de..9bb2489477 100644 --- a/bucket/v2ray.json +++ b/bucket/v2ray.json @@ -1,17 +1,16 @@ { - "version": "4.27.5", + "version": "4.28.0", "description": "A platform for building proxies to bypass network restrictions.", "homepage": "https://www.v2ray.com/", "license": "MIT", - "persist": "config.json", "architecture": { "64bit": { - "url": "https://github.com/v2fly/v2ray-core/releases/download/v4.27.5/v2ray-windows-64.zip", - "hash": "sha512:ab8ef493c8a38df53524f6a554f3c436c4c327e3ecf841798e743157680667ed5b863b412fa48b88d5f0294a5b63c4330c7ee15066292e21bb621cd4d3c7c519" + "url": "https://github.com/v2fly/v2ray-core/releases/download/v4.28.0/v2ray-windows-64.zip", + "hash": "sha512:4136c6a3ae7de47cd148ad6523338194ae8a55e27bd7a0d8dc12bacf215a01865221c98e71aa89945db141cf095d84753001e8d3c46dbe24c1599f0c80593056" }, "32bit": { - "url": "https://github.com/v2fly/v2ray-core/releases/download/v4.27.5/v2ray-windows-32.zip", - "hash": "sha512:d0180408a382b4825eb325b70648d60d75890df2940d4c5df146fc19da102bd6614c4deaadefcc46942c012ada67ad6527d1a7d8e778ef5bf7633c7d7476d1c6" + "url": "https://github.com/v2fly/v2ray-core/releases/download/v4.28.0/v2ray-windows-32.zip", + "hash": "sha512:d83076613a390055dc24c17ccdea36b8fc9731dffffee5e593c007e76dc1fa9864606f204f4ed1891a4bae2dc307d025250d14e497939f9e91d21a636cb42341" } }, "bin": [ @@ -19,6 +18,7 @@ "v2ray.exe", "wv2ray.exe" ], + "persist": "config.json", "checkver": { "github": "https://github.com/v2fly/v2ray-core" },