duckdb: Update to version 0.5.1

This commit is contained in:
github-actions[bot] 2022-09-19 16:30:51 +00:00
parent f33d1a748d
commit f2a69296f6

View File

@ -1,16 +1,16 @@
{
"version": "0.5.0",
"version": "0.5.1",
"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.5.0/duckdb_cli-windows-amd64.zip",
"hash": "f5a6ba87cd1c014f40a2db745a1c50c596a507dae9e5ecfa2421971196ba9f1d"
"url": "https://github.com/duckdb/duckdb/releases/download/v0.5.1/duckdb_cli-windows-amd64.zip",
"hash": "96d7a87e2dd5410dc62623dcfd8226edf6837816250c9b854e4021ea4840a4a5"
},
"32bit": {
"url": "https://github.com/duckdb/duckdb/releases/download/v0.5.0/duckdb_cli-windows-i386.zip",
"hash": "6e9152f316029a34293089a5ba7799969391797fa4b9aab23bf5d728e7e301d5"
"url": "https://github.com/duckdb/duckdb/releases/download/v0.5.1/duckdb_cli-windows-i386.zip",
"hash": "7767aea9fbc49321f51da869a3a624e210d8be90b796d7bb1a9302d127c03424"
}
},
"bin": "duckdb.exe",