ScoopInstaller_Main/bucket/sing-box.json
2025-08-21 04:29:22 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.12.3",
"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.3/sing-box-1.12.3-windows-amd64.zip",
"hash": "3428742e2aa719d8291417744780da379a1e3d400ef6e5a662e3722c83fbcbd1",
"extract_dir": "sing-box-1.12.3-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.3/sing-box-1.12.3-windows-386.zip",
"hash": "ab1aa11a080ad7a543e6fa8037cf367b301715d60dcf2910c3ce07dbfb8fe330",
"extract_dir": "sing-box-1.12.3-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.3/sing-box-1.12.3-windows-arm64.zip",
"hash": "1e5f91a551bbad6b692b8cf530a9380f05ac6dea1a92edfc1413a5dfb2589cf9",
"extract_dir": "sing-box-1.12.3-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"
}
}
}
}