duckdb: Update to version 0.3.3

This commit is contained in:
github-actions[bot] 2022-04-11 16:30:39 +00:00
parent 153ad5b207
commit 15abfc499d

View File

@ -1,16 +1,16 @@
{ {
"version": "0.3.2", "version": "0.3.3",
"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.2/duckdb_cli-windows-amd64.zip", "url": "https://github.com/duckdb/duckdb/releases/download/v0.3.3/duckdb_cli-windows-amd64.zip",
"hash": "faa2405394eec69adf8e8bdf35353775e2755f9a9e08a7e620398d40f5e6598b" "hash": "6a6b0d6d6518f58c49fd9077292abdfa45f0946585797e60fe47c53aa5486513"
}, },
"32bit": { "32bit": {
"url": "https://github.com/duckdb/duckdb/releases/download/v0.3.2/duckdb_cli-windows-i386.zip", "url": "https://github.com/duckdb/duckdb/releases/download/v0.3.3/duckdb_cli-windows-i386.zip",
"hash": "0330158e5fc11f1e40e51535b36c7260afe16bc1e5cff344559bc9f418bcc2b4" "hash": "f6514d5dde983ea642f024a1b6649599fdd56f39260db42ed1dac7255b8feebf"
} }
}, },
"bin": "duckdb.exe", "bin": "duckdb.exe",