mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.4.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.4.0/duckdb_cli-windows-amd64.zip",
|
|
"hash": "6032cb564d6fc95d3065f2ef0634ded7aa0d350172381f0c966cfdf44632ce30"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/duckdb/duckdb/releases/download/v0.4.0/duckdb_cli-windows-i386.zip",
|
|
"hash": "d02031288ab421b0d0f21549611be02be2a8d3136d14c99f93febd2a743cbf0d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|