mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 06:01:19 +00:00
32 lines
940 B
JSON
32 lines
940 B
JSON
{
|
|
"version": "1.19.2",
|
|
"description": "A fast tunnel proxy",
|
|
"homepage": "https://shadowsocks.org",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/shadowsocks/shadowsocks-rust/releases/download/v1.19.2/shadowsocks-v1.19.2.x86_64-pc-windows-msvc.zip",
|
|
"hash": "fd6aabf4c1a54b2be221fbe118b6d3ed0c6f470ee410f817ef0bd8f7ba556871"
|
|
}
|
|
},
|
|
"bin": [
|
|
"sslocal.exe",
|
|
"ssmanager.exe",
|
|
"ssserver.exe",
|
|
"ssurl.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/shadowsocks/shadowsocks-rust"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/shadowsocks/shadowsocks-rust/releases/download/v$version/shadowsocks-v$version.x86_64-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|