duckdb: Update to version 0.4.0

This commit is contained in:
github-actions[bot] 2022-06-20 16:31:39 +00:00
parent ccf351d933
commit e3c5804015

View File

@ -1,16 +1,16 @@
{ {
"version": "0.3.4", "version": "0.4.0",
"description": "A high-performance embeddable SQL OLAP database management system", "description": "A high-performance embeddable SQL OLAP database management system",
"homepage": "https://duckdb.org", "homepage": "https://duckdb.org",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/duckdb/duckdb/releases/download/v0.3.4/duckdb_cli-windows-amd64.zip", "url": "https://github.com/duckdb/duckdb/releases/download/v0.4.0/duckdb_cli-windows-amd64.zip",
"hash": "4c390902c5047f16f5782ee88e5fa27afbfc3c8f8f65902dc61506dc9935714a" "hash": "6032cb564d6fc95d3065f2ef0634ded7aa0d350172381f0c966cfdf44632ce30"
}, },
"32bit": { "32bit": {
"url": "https://github.com/duckdb/duckdb/releases/download/v0.3.4/duckdb_cli-windows-i386.zip", "url": "https://github.com/duckdb/duckdb/releases/download/v0.4.0/duckdb_cli-windows-i386.zip",
"hash": "4c6e128aefd3f6b2b3b1c7cb038a9f5d0ec45424902058dc691d5ba83a17e202" "hash": "d02031288ab421b0d0f21549611be02be2a8d3136d14c99f93febd2a743cbf0d"
} }
}, },
"bin": "duckdb.exe", "bin": "duckdb.exe",