From 70027b849aeff0806a03faa9379afd5112e9c66b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:32:31 +0000 Subject: [PATCH] duckdb: Update to version 1.1.2 --- bucket/duckdb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/duckdb.json b/bucket/duckdb.json index 76e01cd654..0befc7f4d0 100644 --- a/bucket/duckdb.json +++ b/bucket/duckdb.json @@ -1,12 +1,12 @@ { - "version": "1.1.1", + "version": "1.1.2", "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/v1.1.1/duckdb_cli-windows-amd64.zip", - "hash": "e8347a5ee6954282a09fdf3b8d475cd090094f15a1b6c42991abefc88582d64a" + "url": "https://github.com/duckdb/duckdb/releases/download/v1.1.2/duckdb_cli-windows-amd64.zip", + "hash": "4526171d1fc43c9bd68bd23483bc60b94fc2c7a2b3bb78f1c3cd7d90ed2091d4" } }, "bin": "duckdb.exe",