{
    "version": "0.4.9",
    "description": "A cross-platform TUI database management tool written in Go.",
    "homepage": "https://github.com/jorgerojas26/lazysql",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/jorgerojas26/lazysql/releases/download/v0.4.9/lazysql_Windows_x86_64.zip",
            "hash": "d593a5da2b12a8834b58d62a92a336307e7bfca72603477d268bf888d361ba2e"
        },
        "arm64": {
            "url": "https://github.com/jorgerojas26/lazysql/releases/download/v0.4.9/lazysql_Windows_arm64.zip",
            "hash": "feac53746fb35aaa123cdf1daa08569886a8d1664f5b978ca69b1aa5d8d63c5b"
        },
        "32bit": {
            "url": "https://github.com/jorgerojas26/lazysql/releases/download/v0.4.9/lazysql_Windows_i386.zip",
            "hash": "1096bb8292bf38eaaf2e9816fb6e58ca9bc2feb9898160a2695d11a92b1ac887"
        }
    },
    "bin": "lazysql.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/jorgerojas26/lazysql/releases/download/v$version/lazysql_Windows_x86_64.zip"
            },
            "arm64": {
                "url": "https://github.com/jorgerojas26/lazysql/releases/download/v$version/lazysql_Windows_arm64.zip"
            },
            "32bit": {
                "url": "https://github.com/jorgerojas26/lazysql/releases/download/v$version/lazysql_Windows_i386.zip"
            }
        },
        "hash": {
            "url": "$baseurl/lazysql_$version_checksums.txt"
        }
    }
}
