duckdb: Update to version 0.7.0

This commit is contained in:
github-actions[bot] 2023-02-13 12:33:22 +00:00
parent 26269b207f
commit 73cbb97c75

View File

@ -1,16 +1,16 @@
{
"version": "0.6.1",
"version": "0.7.0",
"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.6.1/duckdb_cli-windows-amd64.zip",
"hash": "943fb58b2806844a030fb1438cd655afa6316b6856f3cc2322921a97b6189e6d"
"url": "https://github.com/duckdb/duckdb/releases/download/v0.7.0/duckdb_cli-windows-amd64.zip",
"hash": "ebb936122f032e7fdc66a5bbd9edacd11e4e46540ea95f6ff696d38707a6ba96"
},
"32bit": {
"url": "https://github.com/duckdb/duckdb/releases/download/v0.6.1/duckdb_cli-windows-i386.zip",
"hash": "8e0af6c24c1628d06c240aab624753a70bf9741ffdbf79c769e968ec113b367c"
"url": "https://github.com/duckdb/duckdb/releases/download/v0.7.0/duckdb_cli-windows-i386.zip",
"hash": "0da7c0b062368d3fa8f4be00be55a114479ac5c67216f96cab9d82260b159379"
}
},
"bin": "duckdb.exe",