ScoopInstaller_Main/bucket/sing-box.json
2024-10-07 16:30:38 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.9.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.9.7/sing-box-1.9.7-windows-amd64.zip",
"hash": "16e7ab7c2265c4908da648d35adaab3198707d4187002f38435516c941466a52",
"extract_dir": "sing-box-1.9.7-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.9.7/sing-box-1.9.7-windows-386.zip",
"hash": "7d003be8389639f751665f581bc76410909f319e4ea67fa4ca0a2f4c76f4dddb",
"extract_dir": "sing-box-1.9.7-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.9.7/sing-box-1.9.7-windows-arm64.zip",
"hash": "c1ad1c57c62041fdd9679387362ddcc76cbf1fd4d83405a35a1012ae1b5fd16c",
"extract_dir": "sing-box-1.9.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"
}
}
}
}