mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.5.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/v0.5.0/duckdb_cli-windows-amd64.zip",
|
|
"hash": "f5a6ba87cd1c014f40a2db745a1c50c596a507dae9e5ecfa2421971196ba9f1d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/duckdb/duckdb/releases/download/v0.5.0/duckdb_cli-windows-i386.zip",
|
|
"hash": "6e9152f316029a34293089a5ba7799969391797fa4b9aab23bf5d728e7e301d5"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/duckdb/duckdb/releases/download/v$version/duckdb_cli-windows-i386.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|