{
    "version": "1.0.1",
    "description": "A console client for websocket protocol",
    "homepage": "https://github.com/xakep666/wurl",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/xakep666/wurl/releases/download/v1.0.1/wurl_windows_amd64_v1.0.1.zip",
            "hash": "dc40eea0843fd9ca8c24fca03adf61d051f0d38a4f6e7f3f240bb903fd20c193"
        },
        "32bit": {
            "url": "https://github.com/xakep666/wurl/releases/download/v1.0.1/wurl_windows_386_v1.0.1.zip",
            "hash": "6dc577e196512e31a6f1670f38e1a8b221c00610d68d9c0c7c21ab8bf50ce1b9"
        }
    },
    "bin": "wurl.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/xakep666/wurl/releases/download/v$version/wurl_windows_amd64_v$version.zip"
            },
            "32bit": {
                "url": "https://github.com/xakep666/wurl/releases/download/v$version/wurl_windows_386_v$version.zip"
            }
        }
    }
}
