mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-10 09:21:25 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.7.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.7.0/duckdb_cli-windows-amd64.zip",
|
|
"hash": "ebb936122f032e7fdc66a5bbd9edacd11e4e46540ea95f6ff696d38707a6ba96"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/duckdb/duckdb/releases/download/v0.7.0/duckdb_cli-windows-i386.zip",
|
|
"hash": "0da7c0b062368d3fa8f4be00be55a114479ac5c67216f96cab9d82260b159379"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|