ScoopInstaller_Main/bucket/proxychains.json
Jakub Čábera bdbb7adf07 oh-my-posh3: Update to version 3.78.1
fix manifests
2021-01-20 19:34:41 +01:00

40 lines
1.4 KiB
JSON

{
"version": "0.6.8",
"description": "Windows port of proxychains, based on MinHook and DLL Injection",
"homepage": "https://github.com/shunf4/proxychains-windows",
"license": "GPL-2.0-or-later",
"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"
]
]
}
},
"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"
}
}
}
}