mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 04:31:27 +00:00
45 lines
1.9 KiB
JSON
45 lines
1.9 KiB
JSON
{
|
|
"version": "1.8.13",
|
|
"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.13/sing-box-1.8.13-windows-amd64.zip",
|
|
"hash": "bc11dfc3750fbed5f56da9986a3af487bd75c033277253a1294d3cded11b8ca8",
|
|
"extract_dir": "sing-box-1.8.13-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.8.13/sing-box-1.8.13-windows-386.zip",
|
|
"hash": "7877d6a1a75a2716029fa1f9592b5a5f4a3a11f267bb901868b24964152e6037",
|
|
"extract_dir": "sing-box-1.8.13-windows-386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.8.13/sing-box-1.8.13-windows-arm64.zip",
|
|
"hash": "02e510742df5304db5b4c0ca534695d327ff479eb495b06dcf5b325cf336f7b1",
|
|
"extract_dir": "sing-box-1.8.13-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"
|
|
}
|
|
}
|
|
}
|
|
}
|