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