From 160d138f8bfc093af3eca07f298560af10e5ba1a Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Sun, 6 Mar 2022 20:13:50 +0800 Subject: [PATCH] goodbyedpi: Add version 0.2.1 (#3354) * goodbyedpi: Add version 0.2.1 * remove shortcuts * remove `notes` Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/goodbyedpi.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bucket/goodbyedpi.json diff --git a/bucket/goodbyedpi.json b/bucket/goodbyedpi.json new file mode 100644 index 0000000000..6a50d11d8b --- /dev/null +++ b/bucket/goodbyedpi.json @@ -0,0 +1,29 @@ +{ + "version": "0.2.1", + "description": "Bypass Deep Packet Inspection systems found in many Internet Service Providers which block access to certain websites.", + "homepage": "https://github.com/ValdikSS/GoodbyeDPI", + "license": "Apache-2.0", + "url": "https://github.com/ValdikSS/GoodbyeDPI/releases/download/0.2.1/goodbyedpi-0.2.1.zip", + "hash": "acb0568cfc184cdd52c235c9ccc51a38fd78eb57564dcf7dce5188b9ad93f391", + "extract_dir": "goodbyedpi-0.2.1", + "bin": "goodbyedpi.exe", + "architecture": { + "64bit": { + "pre_install": [ + "Move-Item \"$dir\\x86_64\\*\" \"$dir\\\"", + "Remove-Item \"$dir\\x86\", \"$dir\\x86_64\" -Force -Recurse" + ] + }, + "32bit": { + "pre_install": [ + "Move-Item \"$dir\\x86\\*\" \"$dir\\\"", + "Remove-Item \"$dir\\x86\", \"$dir\\x86_64\" -Force -Recurse" + ] + } + }, + "checkver": "github", + "autoupdate": { + "url": "https://github.com/ValdikSS/GoodbyeDPI/releases/download/$version/goodbyedpi-$version.zip", + "extract_dir": "goodbyedpi-$version" + } +}