ScoopInstaller_Main/bucket/sing-box.json
2025-10-14 16:30:04 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.12.10",
"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.10/sing-box-1.12.10-windows-amd64.zip",
"hash": "cbe46abc7310f9be9635578ac31f22c44c0110afbb60f78f7cade225f20a5ff0",
"extract_dir": "sing-box-1.12.10-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.10/sing-box-1.12.10-windows-386.zip",
"hash": "4bae584d6ed972a6c4cf26efedb441e97a72d9289e50624d8193604fd387fddc",
"extract_dir": "sing-box-1.12.10-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.10/sing-box-1.12.10-windows-arm64.zip",
"hash": "a3bf07f8c69ff7ce374b16b7ab525421cae1fb1449af0856533542228ec8276e",
"extract_dir": "sing-box-1.12.10-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"
}
}
}
}