duckdb: Update to version 0.9.1, remove 32bit

32bit binaries not included in releases anymore as per https://github.com/duckdb/duckdb/discussions/9506
This commit is contained in:
tech189 2023-10-30 09:24:17 +00:00
parent b7a42fd7ee
commit f2daba3057

View File

@ -1,16 +1,12 @@
{
"version": "0.8.1",
"version": "0.9.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.8.1/duckdb_cli-windows-amd64.zip",
"hash": "1e882f21115d44d34bb8dc853fd05338a46d5ee089e62fdf2cab98f8455a9921"
},
"32bit": {
"url": "https://github.com/duckdb/duckdb/releases/download/v0.8.1/duckdb_cli-windows-i386.zip",
"hash": "12b98191ccc58a78b01967ef5adc3f4259a0a4afc6ecea10e97033f27501a55f"
"url": "https://github.com/duckdb/duckdb/releases/download/v0.9.1/duckdb_cli-windows-amd64.zip",
"hash": "de03d0a9ef676c4a04249e15df1823063d489385c9d639a10b4f3f00b2c11493"
}
},
"bin": "duckdb.exe",
@ -21,9 +17,6 @@
"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"
}
}
}