{
    "version": "0.1.42",
    "description": "A REST API gateway with swagger UI provided that wraps divoom HTTP APIs for controlling divoom devices, like pixoo.",
    "homepage": "https://github.com/r12f/divoom",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/r12f/divoom/releases/download/0.1.42/divoom-gateway.0.1.42.windows.x64.zip",
            "hash": "0e765cc17e3a97fb23fbb376d1f73cd9c8eba1312c030425fe1bbb2d82d887f2"
        },
        "32bit": {
            "url": "https://github.com/r12f/divoom/releases/download/0.1.42/divoom-gateway.0.1.42.windows.x86.zip",
            "hash": "4a316728df71d0f9488e85dcb12ca73739ed93568c528ad411b1d8dbd9150a48"
        }
    },
    "bin": "divoom-gateway.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/r12f/divoom/releases/download/$version/divoom-gateway.$version.windows.x64.zip"
            },
            "32bit": {
                "url": "https://github.com/r12f/divoom/releases/download/$version/divoom-gateway.$version.windows.x86.zip"
            }
        }
    }
}
