ScoopInstaller_Main/bucket/sing-box.json
2025-01-04 04:29:24 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.10.6",
"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.10.6/sing-box-1.10.6-windows-amd64.zip",
"hash": "5ce6e9d894da0409005157a4862f73a253484ae07aae246f2ce41ae4493ca494",
"extract_dir": "sing-box-1.10.6-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.10.6/sing-box-1.10.6-windows-386.zip",
"hash": "53bd7fe1189d2a2835b7fbfff656aa3446c7dfc0194b89be9c54ee119c05d21f",
"extract_dir": "sing-box-1.10.6-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.10.6/sing-box-1.10.6-windows-arm64.zip",
"hash": "078b448fd65b13c2a0c35639e82d6213784038052e894ba41bf7c198f298a373",
"extract_dir": "sing-box-1.10.6-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"
}
}
}
}