ScoopInstaller_Main/bucket/sing-box.json
2025-01-14 04:28:51 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.10.7",
"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.10.7/sing-box-1.10.7-windows-amd64.zip",
"hash": "3561fbbbc0e556159e642567f3643e11bd841c8136bc0a6683a80b94a4e5bde0",
"extract_dir": "sing-box-1.10.7-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.10.7/sing-box-1.10.7-windows-386.zip",
"hash": "cf498ba8f5c17ca8991ff540a7f9b2142808683d77b0e65a67950ae0e979ee2a",
"extract_dir": "sing-box-1.10.7-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.10.7/sing-box-1.10.7-windows-arm64.zip",
"hash": "fec09c64809266d871e1f26e970d9167f9826d35db1e4074d92baa47b357914a",
"extract_dir": "sing-box-1.10.7-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"
}
}
}
}