mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
45 lines
1.9 KiB
JSON
45 lines
1.9 KiB
JSON
{
|
|
"version": "1.7.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.7.6/sing-box-1.7.6-windows-amd64.zip",
|
|
"hash": "ec0dd9ffd761aa36c287f1f780b9e716c284df7849396d6aaf24d8428c7862bc",
|
|
"extract_dir": "sing-box-1.7.6-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.7.6/sing-box-1.7.6-windows-386.zip",
|
|
"hash": "32ab2ed1dbd42843070870cf3b9ad4f10b7fc4b99719cabfea29acfba5ed8c61",
|
|
"extract_dir": "sing-box-1.7.6-windows-386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.7.6/sing-box-1.7.6-windows-arm64.zip",
|
|
"hash": "f6bcc32f84d7829483a20fe905359a314ebf61d4baf514ebac3b4c3ae1e9599d",
|
|
"extract_dir": "sing-box-1.7.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"
|
|
}
|
|
}
|
|
}
|
|
}
|