duckdb: Update to version 0.7.1

This commit is contained in:
github-actions[bot] 2023-02-27 16:30:20 +00:00
parent 05c6136314
commit 9faa0c9e88

View File

@ -1,16 +1,16 @@
{
"version": "0.7.0",
"version": "0.7.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.7.0/duckdb_cli-windows-amd64.zip",
"hash": "ebb936122f032e7fdc66a5bbd9edacd11e4e46540ea95f6ff696d38707a6ba96"
"url": "https://github.com/duckdb/duckdb/releases/download/v0.7.1/duckdb_cli-windows-amd64.zip",
"hash": "51a4becbbeb7b11b3949951f4b58319b640af1cd9e4e7fad0fb8c113ae3bde83"
},
"32bit": {
"url": "https://github.com/duckdb/duckdb/releases/download/v0.7.0/duckdb_cli-windows-i386.zip",
"hash": "0da7c0b062368d3fa8f4be00be55a114479ac5c67216f96cab9d82260b159379"
"url": "https://github.com/duckdb/duckdb/releases/download/v0.7.1/duckdb_cli-windows-i386.zip",
"hash": "50c7d68c9430c139720d6c2b0412dd6db6b8d825bea7e286082c3a644c00bae2"
}
},
"bin": "duckdb.exe",