{
    "version": "1.5.2",
    "description": "A high-performance embeddable SQL OLAP database management system",
    "homepage": "https://duckdb.org",
    "license": "MIT",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/duckdb/duckdb/releases/download/v1.5.2/duckdb_cli-windows-amd64.zip",
            "hash": "d7b4f5774419c2e9eb14cb7361d3488821ef0244f8af461fd2c6fcb6f43bc3e0"
        },
        "arm64": {
            "url": "https://github.com/duckdb/duckdb/releases/download/v1.5.2/duckdb_cli-windows-arm64.zip",
            "hash": "7908e22d25e6991f45e895b1613277e2a600eec6721253f45ce10cde6a3ffdaf"
        }
    },
    "bin": "duckdb.exe",
    "checkver": {
        "github": "https://github.com/duckdb/duckdb"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/duckdb/duckdb/releases/download/v$version/duckdb_cli-windows-amd64.zip"
            },
            "arm64": {
                "url": "https://github.com/duckdb/duckdb/releases/download/v$version/duckdb_cli-windows-arm64.zip"
            }
        }
    }
}
