mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
proxychains: add version 0.6.8 (#1678)
* proxychains: add version 0.6.8 * add newline
This commit is contained in:
parent
2a42e8794a
commit
9d9344bb90
30
bucket/proxychains.json
Normal file
30
bucket/proxychains.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user