duckdb: update to 1.2.2.

This commit is contained in:
Leah Neukirchen 2025-05-16 13:48:18 +02:00
parent 115c9918e2
commit 52c71c11d2

View file

@ -1,6 +1,6 @@
# Template file for 'duckdb'
pkgname=duckdb
version=1.2.0
version=1.2.2
revision=1
archs="x86_64* aarch64*" # 32-bit FTBFS
build_style=cmake
@ -16,7 +16,7 @@ license="MIT"
homepage="https://duckdb.org"
changelog="https://github.com/duckdb/duckdb/releases"
distfiles="https://github.com/duckdb/duckdb/archive/refs/tags/v${version}.tar.gz"
checksum=f22c97e18c071fa8e43b5e150c03c6ab4bcc510cca6e6b50cbe13af8535fa701
checksum=99387810537dd3f90454e5620ab624405d7f2e0d997aa1e3999316b7969592ed
case "${XBPS_TARGET_MACHINE}" in
x86_64*) configure_args+=" -DDUCKDB_EXPLICIT_PLATFORM=linux_amd64" ;;