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

45 lines
1.9 KiB
JSON

{
"version": "1.12.12",
"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.12/sing-box-1.12.12-windows-amd64.zip",
"hash": "352c69526b76cd199539c0e02b4042d1acc109cde3a0a671a40af4e24290faa4",
"extract_dir": "sing-box-1.12.12-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.12/sing-box-1.12.12-windows-386.zip",
"hash": "18a0732e38bcb6f69321507d29748809c63817427e06bc555d74c5aaaed16c7e",
"extract_dir": "sing-box-1.12.12-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.12/sing-box-1.12.12-windows-arm64.zip",
"hash": "3fdb79f710188e6db5025e8ef4abe778df215115b090d9d1dd0ffb592bb77dac",
"extract_dir": "sing-box-1.12.12-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"
}
}
}
}