ScoopInstaller_Main/bucket/sing-box.json
2024-12-21 12:32:01 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.10.5",
"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.10.5/sing-box-1.10.5-windows-amd64.zip",
"hash": "dc9ccb9e9c02f252572771e075bb2f833a8a4f7868ba407b38a070bf392feb7a",
"extract_dir": "sing-box-1.10.5-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.10.5/sing-box-1.10.5-windows-386.zip",
"hash": "ddcf6c7fcc45bfc487ca3376f3fd0048585f0f28b68aa042804210bf64b494f4",
"extract_dir": "sing-box-1.10.5-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.10.5/sing-box-1.10.5-windows-arm64.zip",
"hash": "601c738c630253880c10a3ac2b929fb095de4ea328383c14cb53c49750520bfe",
"extract_dir": "sing-box-1.10.5-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"
}
}
}
}