ScoopInstaller_Main/bucket/sing-box.json
2024-01-23 04:26:35 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.8.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.8.4/sing-box-1.8.4-windows-amd64.zip",
"hash": "07e7e4c7ce2ef00c214d68f9c822c029df3cada4afbc6b3832100f18ac5644c1",
"extract_dir": "sing-box-1.8.4-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.8.4/sing-box-1.8.4-windows-386.zip",
"hash": "a447726d10fa31d400a25c77b1fab917cf9d62c9ccc22e5313243f0d86e0c5df",
"extract_dir": "sing-box-1.8.4-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.8.4/sing-box-1.8.4-windows-arm64.zip",
"hash": "6c30c59069c2fc6acf7ccd856381d841f0cdb8611f3c06e6e834cb4410f3238d",
"extract_dir": "sing-box-1.8.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"
}
}
}
}