ScoopInstaller_Main/bucket/sing-box.json
2026-01-13 08:30:57 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.12.16",
"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.16/sing-box-1.12.16-windows-amd64.zip",
"hash": "b26a503b1e3c788de3ce3f1141e303d48d334d8f4aadb0502dc681c3c0e4c45b",
"extract_dir": "sing-box-1.12.16-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.16/sing-box-1.12.16-windows-386.zip",
"hash": "74ef36f6070a16fb93062d252bc83007f7443a8e747dac5c2f4ef46b710450e3",
"extract_dir": "sing-box-1.12.16-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.16/sing-box-1.12.16-windows-arm64.zip",
"hash": "84cfe507ca77c1bcfaefb0b5cd431fa14e5099ab339fca194345159092253048",
"extract_dir": "sing-box-1.12.16-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"
}
}
}
}