2024-09-09 16:30:09 +00:00

24 lines
747 B
JSON

{
"version": "1.1.0",
"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/v1.1.0/duckdb_cli-windows-amd64.zip",
"hash": "220c451966f086794744bfc28ed1a3395b85b60b6cbb797d1869ada564be2676"
}
},
"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"
}
}
}
}