mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 04:54:29 +00:00
32bit binaries not included in releases anymore as per https://github.com/duckdb/duckdb/discussions/9506
24 lines
747 B
JSON
24 lines
747 B
JSON
{
|
|
"version": "0.9.1",
|
|
"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.9.1/duckdb_cli-windows-amd64.zip",
|
|
"hash": "de03d0a9ef676c4a04249e15df1823063d489385c9d639a10b4f3f00b2c11493"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|