mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 01:41:21 +00:00
45 lines
1.9 KiB
JSON
45 lines
1.9 KiB
JSON
{
|
|
"version": "1.11.3",
|
|
"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.11.3/sing-box-1.11.3-windows-amd64.zip",
|
|
"hash": "e9512cdf292dc70ebae633bb10d30fe7c3cf41acdaf019a89249804475801c31",
|
|
"extract_dir": "sing-box-1.11.3-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.3/sing-box-1.11.3-windows-386.zip",
|
|
"hash": "7aa7e4f7127ddb238b856d763fda561f64a5a4e5cb768300d4ac918cb9873f85",
|
|
"extract_dir": "sing-box-1.11.3-windows-386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.3/sing-box-1.11.3-windows-arm64.zip",
|
|
"hash": "0620a9247e418aa0fbb7eb6a20534bfe0a9571e6216356875ae69f96eb09b9bf",
|
|
"extract_dir": "sing-box-1.11.3-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"
|
|
}
|
|
}
|
|
}
|
|
}
|