2024-05-22 16:29:43 +00:00

24 lines
749 B
JSON

{
"version": "0.10.3",
"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.10.3/duckdb_cli-windows-amd64.zip",
"hash": "ecfbae45236f0bc6ff580caeea6e89b2e83c7b587ed0cc34b1f6687649c95546"
}
},
"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"
}
}
}
}