mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-05 06:51:19 +00:00
24 lines
749 B
JSON
24 lines
749 B
JSON
{
|
|
"version": "0.10.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.10.1/duckdb_cli-windows-amd64.zip",
|
|
"hash": "a5d84ea867eeaa81ae849e0fc0d9201a1ef167bd382fc68531a202682f8cf0c4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|