ScoopInstaller_Main/bucket/goodbyedpi.json
Issac Lin 160d138f8b
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>
2022-03-06 20:13:50 +08:00

30 lines
1.1 KiB
JSON

{
"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"
}
}