mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
32 lines
940 B
JSON
32 lines
940 B
JSON
{
|
|
"version": "1.18.3",
|
|
"description": "A fast tunnel proxy",
|
|
"homepage": "https://shadowsocks.org",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/shadowsocks/shadowsocks-rust/releases/download/v1.18.3/shadowsocks-v1.18.3.x86_64-pc-windows-msvc.zip",
|
|
"hash": "8130a0bfef073295b0d0f2651011db8b128ea8d1b775d1f02fb973515df398f8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|