ScoopInstaller_Main/bucket/sing-box.json
2023-11-30 04:26:21 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.7.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.7.0/sing-box-1.7.0-windows-amd64.zip",
"hash": "790143a0b7dde12a7893047e6d5fb07f38231ee0c71a2b1574e8646863be8215",
"extract_dir": "sing-box-1.7.0-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.7.0/sing-box-1.7.0-windows-386.zip",
"hash": "474b401537236ca1672589beb7af12763bc0325b71f1b09a014a1eb377d7df55",
"extract_dir": "sing-box-1.7.0-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.7.0/sing-box-1.7.0-windows-arm64.zip",
"hash": "a938e5ef883735bb314e8a9d5549f9eefcf10baa9b1aa822ee4f8701d2fb8302",
"extract_dir": "sing-box-1.7.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"
}
}
}
}