mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 04:41:21 +00:00
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>
This commit is contained in:
parent
ac1d0e0a09
commit
160d138f8b
29
bucket/goodbyedpi.json
Normal file
29
bucket/goodbyedpi.json
Normal file
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user