ScoopInstaller_Main/bucket/sing-box.json
2026-02-09 08:34:43 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.12.21",
"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.12.21/sing-box-1.12.21-windows-amd64.zip",
"hash": "1cfb68e0c80a879ea195bf97c01aecd01cbe95362a7a695ad2d85e788ef25906",
"extract_dir": "sing-box-1.12.21-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.21/sing-box-1.12.21-windows-386.zip",
"hash": "94630262df8a482277ecaab9fe206d605726630c7a9fe8bb40e48b80639b71b1",
"extract_dir": "sing-box-1.12.21-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.21/sing-box-1.12.21-windows-arm64.zip",
"hash": "d01e36d839f5e77829e3751a21a203de867a4761dbdabbe688166af1075cc087",
"extract_dir": "sing-box-1.12.21-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"
}
}
}
}