duckdb: Update to version 0.3.2

This commit is contained in:
github-actions[bot] 2022-02-07 16:29:54 +00:00
parent 236f9e82fa
commit 10158c06c7

View File

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