2026-01-26 12:32:15 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.4.4",
"description": "A high-performance embeddable SQL OLAP database management system",
"homepage": "https://duckdb.org",
"license": "MIT",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"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.4/duckdb_cli-windows-arm64.zip",
"hash": "ed4b333a0bfd783137f47421f49e35f5998461c47c2a1283e5ff17a5fcf5e511"
}
},
"bin": "duckdb.exe",
"checkver": {
"github": "https://github.com/duckdb/duckdb"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/duckdb/duckdb/releases/download/v$version/duckdb_cli-windows-amd64.zip"
},
"arm64": {
"url": "https://github.com/duckdb/duckdb/releases/download/v$version/duckdb_cli-windows-arm64.zip"
}
}
}
}