From be3c594941d2bef5fcdedfa162b84737411e5a87 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Wed, 19 Jun 2019 14:43:49 +0000 Subject: [PATCH] v2ray: Move from extras bucket (#156) * v2ray: Move from extras bucket * Remove shortcuts --- bucket/v2ray.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 bucket/v2ray.json diff --git a/bucket/v2ray.json b/bucket/v2ray.json new file mode 100644 index 0000000000..978dc0abcb --- /dev/null +++ b/bucket/v2ray.json @@ -0,0 +1,35 @@ +{ + "version": "4.19.1", + "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/v2ray/v2ray-core/releases/download/v4.19.1/v2ray-windows-64.zip", + "hash": "sha512:1e2eccb6194b296fb11795a9945ed1e54e4e1c172aa127f234ac7bbbff143c329626dbaced3e1626db089f4436224e2f35718f420da3ede159a67821a4a3d128" + }, + "32bit": { + "url": "https://github.com/v2ray/v2ray-core/releases/download/v4.19.1/v2ray-windows-32.zip", + "hash": "sha512:7514735a4ef84082813b7184ba4ef499f511f890a13a78444d57063fe5f84c229bc7d116ffa40d2544782c9cb7b08818476926af3f68f474ff566760e73b5f5e" + } + }, + "bin": "v2ray.exe", + "checkver": { + "github": "https://github.com/v2ray/v2ray-core" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/v2ray/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" + } + }, + "hash": { + "url": "$url.dgst", + "regex": "SHA512= $sha512" + } + } +}