duckdb: Update to version 1.4.2

This commit is contained in:
github-actions[bot] 2025-11-12 16:31:06 +00:00
parent f312fa67a5
commit 66177a70e0

View File

@ -1,5 +1,5 @@
{ {
"version": "1.4.1", "version": "1.4.2",
"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",
@ -8,12 +8,12 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/duckdb/duckdb/releases/download/v1.4.1/duckdb_cli-windows-amd64.zip", "url": "https://github.com/duckdb/duckdb/releases/download/v1.4.2/duckdb_cli-windows-amd64.zip",
"hash": "3fab5174658bf16189c80eaa047b3e7737847491c9e4433a985adf014618cbd9" "hash": "2a31d67cf54aec3494fb331147edddfee1cd7f3fadcb5b84056f9bc28cf76576"
}, },
"arm64": { "arm64": {
"url": "https://github.com/duckdb/duckdb/releases/download/v1.4.1/duckdb_cli-windows-arm64.zip", "url": "https://github.com/duckdb/duckdb/releases/download/v1.4.2/duckdb_cli-windows-arm64.zip",
"hash": "b753187a285f491bf7e2dfbb0b893f551390806f6944d9f1764a7aa7e69d9dbb" "hash": "56965caa343d1c2914bf372e1fa2ed2a5842b081da2252ff93a9abc99744ab55"
} }
}, },
"bin": "duckdb.exe", "bin": "duckdb.exe",