mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
34 lines
993 B
JSON
34 lines
993 B
JSON
{
|
|
"version": "1.20.3",
|
|
"description": "A fast tunnel proxy",
|
|
"homepage": "https://shadowsocks.org",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/shadowsocks/shadowsocks-rust/releases/download/v1.20.3/shadowsocks-v1.20.3.x86_64-pc-windows-msvc.zip",
|
|
"hash": "af8f714d3c5dc1e4bd15e90ee036308a138ac1cd5d5a468a4289058e2f52a3fc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|