duckdb: update to 1.1.0.

This commit is contained in:
icp 2024-09-13 13:52:05 +05:30 committed by classabbyamp
parent e95bf2a3c1
commit ccd1459f00
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'duckdb'
pkgname=duckdb
version=1.0.0
version=1.1.0
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=04e472e646f5cadd0a3f877a143610674b0d2bcf9f4102203ac3c3d02f1c5f26
checksum=d9be2c6d3a5ebe2b3d33044fb2cb535bb0bd972a27ae38c4de5e1b4caa4bf68d
case "${XBPS_TARGET_MACHINE}" in
x86_64*) configure_args+=" -DDUCKDB_EXPLICIT_PLATFORM=linux_amd64" ;;