mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.4.1",
|
|
"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.1/duckdb_cli-windows-amd64.zip",
|
|
"hash": "3fab5174658bf16189c80eaa047b3e7737847491c9e4433a985adf014618cbd9"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/duckdb/duckdb/releases/download/v1.4.1/duckdb_cli-windows-arm64.zip",
|
|
"hash": "b753187a285f491bf7e2dfbb0b893f551390806f6944d9f1764a7aa7e69d9dbb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|