{ "version": "0.3.1", "description": "A high-performance embeddable SQL OLAP database management system", "homepage": "https://duckdb.org", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/duckdb/duckdb/releases/download/v0.3.1/duckdb_cli-windows-amd64.zip", "hash": "a50c9bf85ddbcec78955a076ef46ad14e07e2ba8dc52d9bf56de8ebd42c453d7" }, "32bit": { "url": "https://github.com/duckdb/duckdb/releases/download/v0.3.1/duckdb_cli-windows-i386.zip", "hash": "c3e17547ad321c2b9473d0fb086c21429b0c492f1feea7a4fe683757938045e1" } }, "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" }, "32bit": { "url": "https://github.com/duckdb/duckdb/releases/download/v$version/duckdb_cli-windows-i386.zip" } } } }