ScoopInstaller_Main/bucket/sing-box.json
2025-02-11 04:29:20 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.11.2",
"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.2/sing-box-1.11.2-windows-amd64.zip",
"hash": "8d9f58fe917b03c742f758903dd5e406fbcf66c52176548fd2ef47915c9d1f9f",
"extract_dir": "sing-box-1.11.2-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.2/sing-box-1.11.2-windows-386.zip",
"hash": "990970d75e7efcce413afab5413f464291fab27125f5dda1fc01eec036554cfa",
"extract_dir": "sing-box-1.11.2-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.2/sing-box-1.11.2-windows-arm64.zip",
"hash": "af23f21b754e5560104561ea8fd2b2c656476d8b6aad16c260d15e0f3a4fda28",
"extract_dir": "sing-box-1.11.2-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"
}
}
}
}