duckdb: Update to version 1.4.0

This commit is contained in:
github-actions[bot] 2025-09-16 12:31:34 +00:00
parent a825dc9c13
commit 703552b556

View File

@ -1,5 +1,5 @@
{
"version": "1.3.2",
"version": "1.4.0",
"description": "A high-performance embeddable SQL OLAP database management system",
"homepage": "https://duckdb.org",
"license": "MIT",
@ -8,12 +8,12 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/duckdb/duckdb/releases/download/v1.3.2/duckdb_cli-windows-amd64.zip",
"hash": "0f20f96cc83540817e9e42f88d1f62e5452a9a2b4fcdef7f97cfc94a971d313f"
"url": "https://github.com/duckdb/duckdb/releases/download/v1.4.0/duckdb_cli-windows-amd64.zip",
"hash": "efceab16ece9e6be24ddd1ce82a58ca23d27bc4c5defbea40e3bcb82adeed41a"
},
"arm64": {
"url": "https://github.com/duckdb/duckdb/releases/download/v1.3.2/duckdb_cli-windows-arm64.zip",
"hash": "c8093ef9bdfa27d06b3f4f3d9a858044b7eac07e6a799012f5f722dc07242eb8"
"url": "https://github.com/duckdb/duckdb/releases/download/v1.4.0/duckdb_cli-windows-arm64.zip",
"hash": "53437f18d671a14a09cf742a5cd18f006afab0212c9a655f9d922e12c84505eb"
}
},
"bin": "duckdb.exe",