duckdb: Update to version 1.4.4

This commit is contained in:
github-actions[bot] 2026-01-26 12:32:15 +00:00
parent 3087df6910
commit 8b419606fb

View File

@ -1,5 +1,5 @@
{
"version": "1.4.3",
"version": "1.4.4",
"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.4.3/duckdb_cli-windows-amd64.zip",
"hash": "6af7c45f38d764d1c8345f1cb1b1f2d07d779e11125ddf5dca7f2dfdf50efc7e"
"url": "https://github.com/duckdb/duckdb/releases/download/v1.4.4/duckdb_cli-windows-amd64.zip",
"hash": "cd24e5736ac69a33dc1411209f161ded5595ffc578e3cf016474346c64a87f5e"
},
"arm64": {
"url": "https://github.com/duckdb/duckdb/releases/download/v1.4.3/duckdb_cli-windows-arm64.zip",
"hash": "da59fb52ac8b9c0d71e1b0030a6c3a4bdd71a5f026dd52a76623bdaba72aac73"
"url": "https://github.com/duckdb/duckdb/releases/download/v1.4.4/duckdb_cli-windows-arm64.zip",
"hash": "ed4b333a0bfd783137f47421f49e35f5998461c47c2a1283e5ff17a5fcf5e511"
}
},
"bin": "duckdb.exe",