ScoopInstaller_Main/bucket/sing-box.json
2023-12-04 08:26:52 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.7.2",
"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.7.2/sing-box-1.7.2-windows-amd64.zip",
"hash": "8231c52ae6fdf9c732389af1ebdb217feb8462c253e3c1f29eac82384ca2ff23",
"extract_dir": "sing-box-1.7.2-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.7.2/sing-box-1.7.2-windows-386.zip",
"hash": "4243767c778818e7e8026ad36701ba2fe9b48c4a2b6f010c30b3ce22a2af743e",
"extract_dir": "sing-box-1.7.2-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.7.2/sing-box-1.7.2-windows-arm64.zip",
"hash": "b342addbc0de34d905e118e63ce489339e69bf363a8250c1cae6a3c1093bc662",
"extract_dir": "sing-box-1.7.2-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"
}
}
}
}