ScoopInstaller_Main/bucket/sing-box.json
2024-02-24 08:25:24 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.8.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.8.6/sing-box-1.8.6-windows-amd64.zip",
"hash": "7c613739b50ad0958fe978ffb62a9dcf69bb9e0505aa809c2d5a52a788334988",
"extract_dir": "sing-box-1.8.6-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.8.6/sing-box-1.8.6-windows-386.zip",
"hash": "ff13dac0c8ebfe5fdd538cfa4416b03ac13d0912bbd3d38598d678fe7f850341",
"extract_dir": "sing-box-1.8.6-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.8.6/sing-box-1.8.6-windows-arm64.zip",
"hash": "6f73e2346bb5901cfd91c89489dae3e1d576c5bba2caa42cd51ff102a643ea9a",
"extract_dir": "sing-box-1.8.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"
}
}
}
}