Aleš Najmann 8eb77d903c
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>
2022-01-19 15:14:59 +05:30

31 lines
1.1 KiB
JSON

{
"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"
}
}
}
}