{ "version": "1.4.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.4.2/duckdb_cli-windows-amd64.zip", "hash": "2a31d67cf54aec3494fb331147edddfee1cd7f3fadcb5b84056f9bc28cf76576" }, "arm64": { "url": "https://github.com/duckdb/duckdb/releases/download/v1.4.2/duckdb_cli-windows-arm64.zip", "hash": "56965caa343d1c2914bf372e1fa2ed2a5842b081da2252ff93a9abc99744ab55" } }, "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" } } } }