ScoopInstaller_Main/bucket/sing-box.json
2025-09-13 08:29:17 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.12.8",
"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.12.8/sing-box-1.12.8-windows-amd64.zip",
"hash": "5e3aa2d2278728da031b39a4a18ba0d6ccb229997a7324ed7012ef2bfe1f52c1",
"extract_dir": "sing-box-1.12.8-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.8/sing-box-1.12.8-windows-386.zip",
"hash": "ae631ff0468b6bbbcd4613cf7c352cd735ca75b250a1cba9a5d71999bc02c2a7",
"extract_dir": "sing-box-1.12.8-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.8/sing-box-1.12.8-windows-arm64.zip",
"hash": "8847ac5f09c4a69ba21ce5c7f7454c190f3b1e04869561745b24c989b09f9d53",
"extract_dir": "sing-box-1.12.8-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"
}
}
}
}