ScoopInstaller_Main/bucket/sing-box.json
2024-09-21 12:31:46 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.9.6",
"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.6/sing-box-1.9.6-windows-amd64.zip",
"hash": "db3b7fc983516dddcafcd4f74bddf02e58759a72b86af02ac4f27292a05a3131",
"extract_dir": "sing-box-1.9.6-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.9.6/sing-box-1.9.6-windows-386.zip",
"hash": "12c07ccd029d278a9c4ce2fc320e95d93062380bfbf5a29a5e5e60196986af96",
"extract_dir": "sing-box-1.9.6-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.9.6/sing-box-1.9.6-windows-arm64.zip",
"hash": "2d6f7aba488a0f5acead987b38e22ed0116b98625bbde4b02c3ef8e1d6b4e395",
"extract_dir": "sing-box-1.9.6-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"
}
}
}
}