ScoopInstaller_Main/bucket/sing-box.json
2023-10-30 08:26:14 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.5.5",
"description": "The universal proxy platform.",
"homepage": "https://sing-box.sagernet.org/",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.5.5/sing-box-1.5.5-windows-amd64.zip",
"hash": "22913c78e28cc09705c8391d74ac11ef8eb6b01a85b2e1124165b61146fed0ae",
"extract_dir": "sing-box-1.5.5-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.5.5/sing-box-1.5.5-windows-386.zip",
"hash": "bc059f9bdb06b8079537516de052b10ad7f528113c26f9bb89b6c18543a8d7be",
"extract_dir": "sing-box-1.5.5-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.5.5/sing-box-1.5.5-windows-arm64.zip",
"hash": "5942577bc293c0ece37a1e3294e4a59439230be82bf9d0471dbea9c4de45a650",
"extract_dir": "sing-box-1.5.5-windows-arm64"
}
},
"bin": "sing-box.exe",
"checkver": {
"github": "https://github.com/SagerNet/sing-box/",
"regex": "(?<tag>v([\\d.]+))"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/$matchTag/sing-box-$version-windows-amd64.zip",
"extract_dir": "sing-box-$version-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/$matchTag/sing-box-$version-windows-386.zip",
"extract_dir": "sing-box-$version-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/$matchTag/sing-box-$version-windows-arm64.zip",
"extract_dir": "sing-box-$version-windows-arm64"
}
}
}
}