ScoopInstaller_Main/bucket/sing-box.json
2026-02-27 16:32:42 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.12.23",
"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.23/sing-box-1.12.23-windows-amd64.zip",
"hash": "7c8afbcfb42114f917b7b465f2743478cbd2770c3ecbba2da14194425f118038",
"extract_dir": "sing-box-1.12.23-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.23/sing-box-1.12.23-windows-386.zip",
"hash": "c781b8578f77dd9883d10ccd14116083a8d63a240909743c5d0b8112a9bb9b66",
"extract_dir": "sing-box-1.12.23-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.23/sing-box-1.12.23-windows-arm64.zip",
"hash": "099bffad2c3af20cf19bf58eea7295a6a0e5164d8098ba2f7adbab0369f8a57a",
"extract_dir": "sing-box-1.12.23-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"
}
}
}
}