duckdb: Update to version 0.3.4

This commit is contained in:
github-actions[bot] 2022-04-25 12:30:55 +00:00
parent be68fcf639
commit cd8b6d1b65

View File

@ -1,16 +1,16 @@
{
"version": "0.3.3",
"version": "0.3.4",
"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"
"url": "https://github.com/duckdb/duckdb/releases/download/v0.3.4/duckdb_cli-windows-amd64.zip",
"hash": "4c390902c5047f16f5782ee88e5fa27afbfc3c8f8f65902dc61506dc9935714a"
},
"32bit": {
"url": "https://github.com/duckdb/duckdb/releases/download/v0.3.3/duckdb_cli-windows-i386.zip",
"hash": "f6514d5dde983ea642f024a1b6649599fdd56f39260db42ed1dac7255b8feebf"
"url": "https://github.com/duckdb/duckdb/releases/download/v0.3.4/duckdb_cli-windows-i386.zip",
"hash": "4c6e128aefd3f6b2b3b1c7cb038a9f5d0ec45424902058dc691d5ba83a17e202"
}
},
"bin": "duckdb.exe",