proxychains: add version 0.6.8 (#1678)

* proxychains: add version 0.6.8

* add newline
This commit is contained in:
ddarfantasy 2021-01-21 01:08:36 +08:00 committed by GitHub
parent 2a42e8794a
commit 9d9344bb90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

30
bucket/proxychains.json Normal file
View File

@ -0,0 +1,30 @@
{
"version": "0.6.8",
"architecture":{
"64bit":{
"url": "https://github.com/shunf4/proxychains-windows/releases/download/0.6.8/proxychains_0.6.8_win32_x64.zip",
"hash": "14534208F85F0DEE5B4E0B3700CE19FDCAE86648D43FC2C70CD3117E140FE1EF",
"bin": [["proxychains_win32_x64.exe", "proxychains"]]
},
"32bit":{
"url": "https://github.com/shunf4/proxychains-windows/releases/download/0.6.8/proxychains_0.6.8_win32_x86.zip",
"hash": "631D924F0B63C48B5B2D8E0D0577AD885B75EA709FA1E89E92662C7F0C354FE6",
"bin": [["proxychains_win32_x86.exe", "proxychains"]]
}
},
"extract_to": "",
"description": "Windows port of proxychains, based on MinHook and DLL Injection.",
"homepage": "https://github.com/shunf4/proxychains-windows",
"license": "GPL-2.0-or-later",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/shunf4/proxychains-windows/releases/download/$version/proxychains_$version_win32_x64.zip"
},
"32bit": {
"url": "https://github.com/shunf4/proxychains-windows/releases/download/$version/proxychains_$version_win32_x86.zip"
}
}
}
}