mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
duckdb: Add version 0.3.1 (#3206)
* duckdb: Add version 0.3.1 * Change description Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * duckdb: Replace personal github repo with the official one Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
426309bc16
commit
8eb77d903c
30
bucket/duckdb.json
Normal file
30
bucket/duckdb.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"version": "0.3.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.3.1/duckdb_cli-windows-amd64.zip",
|
||||
"hash": "a50c9bf85ddbcec78955a076ef46ad14e07e2ba8dc52d9bf56de8ebd42c453d7"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/duckdb/duckdb/releases/download/v0.3.1/duckdb_cli-windows-i386.zip",
|
||||
"hash": "c3e17547ad321c2b9473d0fb086c21429b0c492f1feea7a4fe683757938045e1"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user