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:
Aleš Najmann 2022-01-19 10:44:59 +01:00 committed by GitHub
parent 426309bc16
commit 8eb77d903c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

30
bucket/duckdb.json Normal file
View 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"
}
}
}
}