ScoopInstaller_Main/bucket/sing-box.json
2025-06-04 16:30:23 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.11.13",
"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.13/sing-box-1.11.13-windows-amd64.zip",
"hash": "c33eb4c464b8c4a3d89ba75527fa9a35dbee5d67ad7ff38a637f649336a5bb9a",
"extract_dir": "sing-box-1.11.13-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.13/sing-box-1.11.13-windows-386.zip",
"hash": "1f019504e3697f18d2dc91ff76d36d371f14273fee700f402b045d537e67d9e9",
"extract_dir": "sing-box-1.11.13-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.13/sing-box-1.11.13-windows-arm64.zip",
"hash": "089b0734e802bafbc6f5f1c3e0a7b4dba7a1e1c048bd507f1a756dce9bed5c66",
"extract_dir": "sing-box-1.11.13-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"
}
}
}
}