mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.8.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.8.1/duckdb_cli-windows-amd64.zip",
|
|
"hash": "1e882f21115d44d34bb8dc853fd05338a46d5ee089e62fdf2cab98f8455a9921"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/duckdb/duckdb/releases/download/v0.8.1/duckdb_cli-windows-i386.zip",
|
|
"hash": "12b98191ccc58a78b01967ef5adc3f4259a0a4afc6ecea10e97033f27501a55f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|