2022-02-07 16:29:54 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.3.2",
"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.2/duckdb_cli-windows-amd64.zip",
"hash": "faa2405394eec69adf8e8bdf35353775e2755f9a9e08a7e620398d40f5e6598b"
},
"32bit": {
"url": "https://github.com/duckdb/duckdb/releases/download/v0.3.2/duckdb_cli-windows-i386.zip",
"hash": "0330158e5fc11f1e40e51535b36c7260afe16bc1e5cff344559bc9f418bcc2b4"
}
},
"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"
}
}
}
}