ScoopInstaller_Main/bucket/wireproxy.json
2024-04-19 16:30:56 +00:00

33 lines
1.2 KiB
JSON

{
"version": "1.0.9",
"description": "Wireguard client that exposes itself as a SOCKS5 proxy",
"homepage": "https://github.com/octeep/wireproxy",
"license": "ISC",
"architecture": {
"32bit": {
"url": "https://github.com/octeep/wireproxy/releases/download/v1.0.9/wireproxy_windows_386.tar.gz",
"hash": "9d027721965bf2a5fad51303ad071f0f66e14bd09ba86469733751b7cb402c70"
},
"64bit": {
"url": "https://github.com/octeep/wireproxy/releases/download/v1.0.9/wireproxy_windows_amd64.tar.gz",
"hash": "f6697154a176a52a7544bd31e2d8d4b328e37c0cedcdff547c0f7c5b5f5545b7"
}
},
"bin": "wireproxy.exe",
"persist": "config",
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/octeep/wireproxy/releases/download/v$version/wireproxy_windows_386.tar.gz"
},
"64bit": {
"url": "https://github.com/octeep/wireproxy/releases/download/v$version/wireproxy_windows_amd64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}