ScoopInstaller_Main/bucket/sing-box.json
2025-07-08 08:31:18 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.11.15",
"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.15/sing-box-1.11.15-windows-amd64.zip",
"hash": "9acbda81d7a9a93d8d0616990cf8b804523adfcd0215d11a2dd9370746d2be28",
"extract_dir": "sing-box-1.11.15-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.15/sing-box-1.11.15-windows-386.zip",
"hash": "2b40ebe5cc5f890b50b07f7486c2e382201b9f7aeee3edee9f40dc1437a1af4f",
"extract_dir": "sing-box-1.11.15-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.15/sing-box-1.11.15-windows-arm64.zip",
"hash": "e164a4d0c2fbd3c5cf2ae10ca1c41f5a43f4fe91cc4d9a16f3804263f7c15bd7",
"extract_dir": "sing-box-1.11.15-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"
}
}
}
}