libduckdb: bump to 0.9.0

This commit is contained in:
Elliana May 2023-08-16 12:27:12 +08:00 committed by Kevin Williams
parent 6b692b09f9
commit b2ddc40493
2 changed files with 1 additions and 11 deletions

View File

@ -1,10 +0,0 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -280,7 +280,6 @@ option(EXTENSION_STATIC_BUILD
set(JEMALLOC_DEFAULT_BUILD FALSE)
if(NOT CLANG_TIDY AND OS_NAME STREQUAL "linux")
# build jemalloc by default for linux
- set(JEMALLOC_DEFAULT_BUILD TRUE)
endif()
option(BUILD_ICU_EXTENSION "Build the ICU extension." FALSE)

View File

@ -2,7 +2,7 @@ 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.8.1
TERMUX_PKG_VERSION=0.9.0
# 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"