2022-11-14 20:28:25 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.6.0",
"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.6.0/duckdb_cli-windows-amd64.zip",
"hash": "253973b68b7bb6db4c1021112d8f9b635b437f1f6b01dabf61f368a5368d00a6"
},
"32bit": {
"url": "https://github.com/duckdb/duckdb/releases/download/v0.6.0/duckdb_cli-windows-i386.zip",
"hash": "d193952024a412d1d30a9f2c31d162291c9dedef422e1b12b04c34fd59acc6be"
}
},
"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"
}
}
}
}