libduckdb: update to 0.10.0

This commit is contained in:
Elliana May 2024-02-15 13:18:53 +08:00 committed by finagolfin
parent 173fbf73b1
commit 5fa38c0673
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@ TERMUX_PKG_HOMEPAGE=https://duckdb.org/
TERMUX_PKG_DESCRIPTION="An in-process SQL OLAP database management system"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.9.2"
TERMUX_PKG_VERSION="0.10.0"
TERMUX_PKG_AUTO_UPDATE=true
# we clone to retain the .git directory, to ensure the version in the built executable is correctly populated
TERMUX_PKG_SRCURL=git+https://github.com/duckdb/duckdb
TERMUX_PKG_DEPENDS="libc++, openssl"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DBUILD_EXTENSIONS='icu;parquet;httpfs;json;autocomplete'"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DBUILD_EXTENSIONS='icu;parquet;httpfs;json;autocomplete' -DDUCKDB_EXPLICIT_PLATFORM=linux_arm64_android"
termux_step_pre_configure() {
LDFLAGS+=" -llog"