mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
34 lines
993 B
JSON
34 lines
993 B
JSON
{
|
|
"version": "1.23.5",
|
|
"description": "A fast tunnel proxy",
|
|
"homepage": "https://shadowsocks.org",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/shadowsocks/shadowsocks-rust/releases/download/v1.23.5/shadowsocks-v1.23.5.x86_64-pc-windows-msvc.zip",
|
|
"hash": "32e66bdb2e8067fd85afdb85e8edc2966246806c76eebe5174eebc43996e826f"
|
|
}
|
|
},
|
|
"bin": [
|
|
"sslocal.exe",
|
|
"ssmanager.exe",
|
|
"ssserver.exe",
|
|
"ssservice.exe",
|
|
"sswinservice.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"
|
|
}
|
|
}
|
|
}
|