ScoopInstaller_Main/bucket/sing-box.json
2023-09-29 20:24:52 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.5.0",
"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.5.0/sing-box-1.5.0-windows-amd64.zip",
"hash": "ce716c5d0bb81ac597130e668dd6178dd5052c98c2b2fea92ebb4a01a279f7b6",
"extract_dir": "sing-box-1.5.0-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.5.0/sing-box-1.5.0-windows-386.zip",
"hash": "f00f9d678e545fc47486de0fcac94ae328a081d02d544374425f43c7cdab3506",
"extract_dir": "sing-box-1.5.0-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.5.0/sing-box-1.5.0-windows-arm64.zip",
"hash": "c97f03a8a7c37aad8c2afe71d8bf4ed06c5032633196f4ebe299cd4da87340c7",
"extract_dir": "sing-box-1.5.0-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"
}
}
}
}