From 87c5cf93dbfabcf3155f612ff60d16a98b02b2e4 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Fri, 2 Apr 2021 17:09:39 +0800 Subject: [PATCH] xray: Add version 1.4.2 (#1939) * xray: Add version 1.4.0 * Update xray.json Co-authored-by: Chawye Hsu --- bucket/xray.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bucket/xray.json diff --git a/bucket/xray.json b/bucket/xray.json new file mode 100644 index 0000000000..61345b3933 --- /dev/null +++ b/bucket/xray.json @@ -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" + } + } +}