ScoopInstaller_Main/bucket/sing-box.json
2023-11-28 08:26:51 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.6.7",
"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.6.7/sing-box-1.6.7-windows-amd64.zip",
"hash": "cea19235a677322ed3f5542419a60d5087ee13cd4f16d9dfcf6588acf5c0161e",
"extract_dir": "sing-box-1.6.7-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.6.7/sing-box-1.6.7-windows-386.zip",
"hash": "5a69bde12dc2db361734e1f0f47189a208b7ce7bdfac35875e3a7c4589e84b3e",
"extract_dir": "sing-box-1.6.7-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.6.7/sing-box-1.6.7-windows-arm64.zip",
"hash": "e7dfbf83140b91ff1d3e63d1c5c98ff5645f7d4f667dbf84d1002cc730c286c3",
"extract_dir": "sing-box-1.6.7-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"
}
}
}
}