ScoopInstaller_Main/bucket/sing-box.json
2025-02-24 12:32:57 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.11.4",
"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.11.4/sing-box-1.11.4-windows-amd64.zip",
"hash": "8a681dbd6fa84f03d41e9e8637a8ff4df3d1d209556585ebf004b48325f9d70e",
"extract_dir": "sing-box-1.11.4-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.4/sing-box-1.11.4-windows-386.zip",
"hash": "6932a556342a08597c85af6271162e0e230eb573af7d97a3a46a3eba61d78f05",
"extract_dir": "sing-box-1.11.4-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.4/sing-box-1.11.4-windows-arm64.zip",
"hash": "a0e3516a805774d1d671b3666e6b361f3f672e0a3926cfa99683be8b5076baeb",
"extract_dir": "sing-box-1.11.4-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"
}
}
}
}