ScoopInstaller_Main/bucket/sing-box.json
2024-03-06 08:27:38 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.8.8",
"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.8.8/sing-box-1.8.8-windows-amd64.zip",
"hash": "d44e6e620f16bc128f4db251a9329ec7034a84ab2834001dedbef64a245f44c0",
"extract_dir": "sing-box-1.8.8-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.8.8/sing-box-1.8.8-windows-386.zip",
"hash": "23842bd382a72333d7b104c453d2575da22b8090f2c061b9f7dd79845b5b3af0",
"extract_dir": "sing-box-1.8.8-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.8.8/sing-box-1.8.8-windows-arm64.zip",
"hash": "36d249b40a1cbc45c545eb191994c6d24ee47e7c4cf88aca0d0b53b7cb6241e3",
"extract_dir": "sing-box-1.8.8-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"
}
}
}
}