diff --git a/srcpkgs/duckdb/template b/srcpkgs/duckdb/template index da820b5dd1b..c785d3bfc0b 100644 --- a/srcpkgs/duckdb/template +++ b/srcpkgs/duckdb/template @@ -1,6 +1,6 @@ # Template file for 'duckdb' pkgname=duckdb -version=1.1.1 +version=1.1.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=a764cef80287ccfd8555884d8facbe962154e7c747043c0842cd07873b4d6752 +checksum=a3319a64c390ed0454c869b2e4fc0af2413cd49f55cd0f1400aaed9069cdbc4c case "${XBPS_TARGET_MACHINE}" in x86_64*) configure_args+=" -DDUCKDB_EXPLICIT_PLATFORM=linux_amd64" ;;