ScoopInstaller_Main/bucket/sing-box.json
2025-10-22 16:30:03 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.12.11",
"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.11/sing-box-1.12.11-windows-amd64.zip",
"hash": "9deac98a1d8e90b4cac2604b5ae2a019e8493a7a5b987b1d465c80bae55d800f",
"extract_dir": "sing-box-1.12.11-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.11/sing-box-1.12.11-windows-386.zip",
"hash": "3fb647a071bd1c2ceebbc335f0fee3cc2de1d2a401d06ce6faf4d98d5038e637",
"extract_dir": "sing-box-1.12.11-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.11/sing-box-1.12.11-windows-arm64.zip",
"hash": "37fbcc3c504b9131eb87cd07700c501bc33f009b346e01e016835748e29aaec4",
"extract_dir": "sing-box-1.12.11-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"
}
}
}
}