2022-04-11 16:30:39 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.3.3",
"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.3/duckdb_cli-windows-amd64.zip",
"hash": "6a6b0d6d6518f58c49fd9077292abdfa45f0946585797e60fe47c53aa5486513"
},
"32bit": {
"url": "https://github.com/duckdb/duckdb/releases/download/v0.3.3/duckdb_cli-windows-i386.zip",
"hash": "f6514d5dde983ea642f024a1b6649599fdd56f39260db42ed1dac7255b8feebf"
}
},
"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"
}
}
}
}