duckdb: Update to version 0.8.0

This commit is contained in:
github-actions[bot] 2023-05-17 16:28:27 +00:00
parent d48f470c26
commit 039107896b

View File

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