{
    "version": "6.7.1",
    "description": "Language-agnostic real-time messaging server. Centrifugo supports at moment: Websocket and SockJS",
    "homepage": "https://centrifugal.dev",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/centrifugal/centrifugo/releases/download/v6.7.1/centrifugo_6.7.1_windows_amd64.zip",
            "hash": "083e2b3e52011d710d5ccdc616d02aaf509c4b5cd10215c389b3e1a02d1dd937"
        }
    },
    "bin": "centrifugo.exe",
    "checkver": {
        "github": "https://github.com/centrifugal/centrifugo"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/centrifugal/centrifugo/releases/download/v$version/centrifugo_$version_windows_amd64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/centrifugo_$version_checksums.txt"
        }
    }
}
