From 5de2e589321c45388eb374b3875fbb58f85d169f Mon Sep 17 00:00:00 2001 From: Mark Pashmfouroush Date: Sat, 30 Sep 2023 02:53:32 +0100 Subject: [PATCH] add bepass Signed-off-by: Mark Pashmfouroush --- bucket/bepass.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/bepass.json diff --git a/bucket/bepass.json b/bucket/bepass.json new file mode 100644 index 0000000..d5dc341 --- /dev/null +++ b/bucket/bepass.json @@ -0,0 +1,28 @@ +{ + "version": "1.6.2", + "description": "A simple DPI bypass tool written in go.", + "homepage": "https://github.com/uoosef/bepass", + "license": "GPL-3", + "notes": "", + "architecture": { + "64bit": { + "url": "https://github.com/uoosef/bepass/releases/download/v1.6.2/Bepass-windows-amd64.51eb50.zip", + "hash": "b694ceb4750cec0eeae923603ef176f9e9d57a504a62c5d31f653ea992ca063c" + } + }, + "checkver": { + "url": "https://api.github.com/repos/uoosef/bepass/releases", + "jsonpath": "$.[0].assets[0].browser_download_url", + "regex": "v(?[\\d.]+)\/[^\/]+\\.(?[\\w]+)\\.zip$" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/uoosef/bepass/releases/download/v$version/Bepass-windows-amd64.$matchCommit.zip" + } + } + }, + "pre_install": "if (!(Test-Path \"$persist_dir\\$config.json\")) { New-Item \"$dir\\config.json\" }", + "persist": "config.json", + "bin": "bepass.exe" +}