ScoopInstaller_Main/bucket/sing-box.json
2024-03-23 17:08:11 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.8.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.8.10/sing-box-1.8.10-windows-amd64.zip",
"hash": "f6e7587e8e19acf4c54d4323b56403cdd979a442ce08167fefe49b2c0ea656b5",
"extract_dir": "sing-box-1.8.10-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.8.10/sing-box-1.8.10-windows-386.zip",
"hash": "3be2f6ff5c742a9e11ef4f47b9231e2e99fd1ccd58c8a1ae683a681b0c527775",
"extract_dir": "sing-box-1.8.10-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.8.10/sing-box-1.8.10-windows-arm64.zip",
"hash": "22e019455f0416d8fb7a3f86f47045643383b61cbd0b00a3bc8a6e69140db6c4",
"extract_dir": "sing-box-1.8.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"
}
}
}
}