ScoopInstaller_Main/bucket/sing-box.json
2025-08-20 04:29:43 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.12.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.12.2/sing-box-1.12.2-windows-amd64.zip",
"hash": "c11625814a4be746c500acb745ae56b28dd3870bab1a2a39d073d2485028e3dd",
"extract_dir": "sing-box-1.12.2-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.2/sing-box-1.12.2-windows-386.zip",
"hash": "43adaac0b00e44593818b164bad41b223d977b642811f8e81eeacd2fed39b240",
"extract_dir": "sing-box-1.12.2-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.2/sing-box-1.12.2-windows-arm64.zip",
"hash": "552f494fe859f345bec8afb305c6e69f4b644eaf759e9c89e1ecab011bd8b2a3",
"extract_dir": "sing-box-1.12.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"
}
}
}
}