ScoopInstaller_Main/bucket/sing-box.json
2024-05-27 04:27:32 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.9.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.9.0/sing-box-1.9.0-windows-amd64.zip",
"hash": "46bfcf5aa9264edd7c604dfd6d0c1ebf5746e7abf460f8d373b84cf3f4097ed3",
"extract_dir": "sing-box-1.9.0-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.9.0/sing-box-1.9.0-windows-386.zip",
"hash": "9dd8c72bc87e254cc6c64b9b1a2304c95498741e10299c99eac0ab4148af5fad",
"extract_dir": "sing-box-1.9.0-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.9.0/sing-box-1.9.0-windows-arm64.zip",
"hash": "bcd1f11ee23034de02825ee9146dad06311e4458d7469ffd0272605da35ab45d",
"extract_dir": "sing-box-1.9.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"
}
}
}
}