ScoopInstaller_Main/bucket/sing-box.json
2023-09-12 17:47:42 +08:00

45 lines
1.9 KiB
JSON

{
"version": "1.4.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.4.2/sing-box-1.4.2-windows-amd64.zip",
"hash": "65a2d481c31dc8a6b4621f0e4cf5567ddfbb96dde9506cb57b9657e13dd807a6",
"extract_dir": "sing-box-1.4.2-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.4.2/sing-box-1.4.2-windows-386.zip",
"hash": "f350090a1e89784e200745b47dea26dc6ab723df0f112550a7e6c0686efdcbd0",
"extract_dir": "sing-box-1.4.2-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.4.2/sing-box-1.4.2-windows-arm64.zip",
"hash": "3f9b0d9bbcaf6a54357862eff851b889fc1f0aa8823bb08dcf9f6803af474f97",
"extract_dir": "sing-box-1.4.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"
}
}
}
}