mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 13:34:29 +00:00
45 lines
1.9 KiB
JSON
45 lines
1.9 KiB
JSON
{
|
|
"version": "1.6.2",
|
|
"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.2/sing-box-1.6.2-windows-amd64.zip",
|
|
"hash": "93a92cf0126d8d9a48b3c637edd43a6580bc71f8d25ca28f0b26b87e257b0e12",
|
|
"extract_dir": "sing-box-1.6.2-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.6.2/sing-box-1.6.2-windows-386.zip",
|
|
"hash": "eb2bf66ae3d0c7c51fb041cac07984cdade2df152d62d387172050c817714825",
|
|
"extract_dir": "sing-box-1.6.2-windows-386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.6.2/sing-box-1.6.2-windows-arm64.zip",
|
|
"hash": "9b140164fae4decafb2ea39d37239d73579f9e2bf536335f6ec160354691f750",
|
|
"extract_dir": "sing-box-1.6.2-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"
|
|
}
|
|
}
|
|
}
|
|
}
|