From 8eb77d903c1df644dbfe04ab556fdbb260d377d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Najmann?= Date: Wed, 19 Jan 2022 10:44:59 +0100 Subject: [PATCH] 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> --- bucket/duckdb.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bucket/duckdb.json diff --git a/bucket/duckdb.json b/bucket/duckdb.json new file mode 100644 index 0000000000..dfe7dae166 --- /dev/null +++ b/bucket/duckdb.json @@ -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" + } + } + } +}