ScoopInstaller_Main/bucket/wireproxy.json
2024-04-13 05:05:36 +00:00

33 lines
1.2 KiB
JSON

{
"version": "1.0.8",
"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.8/wireproxy_windows_386.tar.gz",
"hash": "5ddb9f52139183218829cc21066a9cf2193d36713d7be968c2861c2f856e2840"
},
"64bit": {
"url": "https://github.com/octeep/wireproxy/releases/download/v1.0.8/wireproxy_windows_amd64.tar.gz",
"hash": "99f134033ec378aa10cbbfcc0a54ba54099e570f3e476e4aaf9c4c4677e87707"
}
},
"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"
}
}
}