ScoopInstaller_Main/bucket/sing-box.json
2025-04-19 13:58:13 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.11.8",
"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.11.8/sing-box-1.11.8-windows-amd64.zip",
"hash": "c163923186c96e0e4f016d806b37457186a35d158596060879b300a1d496c251",
"extract_dir": "sing-box-1.11.8-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.8/sing-box-1.11.8-windows-386.zip",
"hash": "e8a3c10a6f8e66b03a71cc49e19568f4b2cb9fdc6f32f29971b3f466f4c5a8e4",
"extract_dir": "sing-box-1.11.8-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.8/sing-box-1.11.8-windows-arm64.zip",
"hash": "1490f28b22fb3cd3e020d31663193537c421b4b2c555667fdf2b5fcc9c2245a6",
"extract_dir": "sing-box-1.11.8-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"
}
}
}
}