ScoopInstaller_Main/bucket/sing-box.json
2024-08-19 04:28:19 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.9.4",
"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.9.4/sing-box-1.9.4-windows-amd64.zip",
"hash": "07e92a416f1778b174cc255e67ea843ec098b2c9fdffe0c94ebd9368fe79bee1",
"extract_dir": "sing-box-1.9.4-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.9.4/sing-box-1.9.4-windows-386.zip",
"hash": "e1267d2a4846da900b64f4936175c177a0e9406c6266758db93152660bd8495a",
"extract_dir": "sing-box-1.9.4-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.9.4/sing-box-1.9.4-windows-arm64.zip",
"hash": "dffdcd580d5734a0e91533a634595173099da4ad04d90fe7cb7e66ef7d3ade8f",
"extract_dir": "sing-box-1.9.4-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"
}
}
}
}