{
    "version": "1.8.5",
    "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.8.5/sing-box-1.8.5-windows-amd64.zip",
            "hash": "75e089e3742c153d72c214627efd16aef4cc493cb48bbd7996bb94ea6f2b05ed",
            "extract_dir": "sing-box-1.8.5-windows-amd64"
        },
        "32bit": {
            "url": "https://github.com/SagerNet/sing-box/releases/download/v1.8.5/sing-box-1.8.5-windows-386.zip",
            "hash": "5595c2ce3e70e4024d5a29791f8769eb811d6eef3c8bcb8266259c3e5b28d839",
            "extract_dir": "sing-box-1.8.5-windows-386"
        },
        "arm64": {
            "url": "https://github.com/SagerNet/sing-box/releases/download/v1.8.5/sing-box-1.8.5-windows-arm64.zip",
            "hash": "915a2aa6012c65764263ea402322880be2bcf5236a211e73e34cb1a0dec51def",
            "extract_dir": "sing-box-1.8.5-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"
            }
        }
    }
}
