From c834e5afdca83a192c40cd9b7ec6b67aceecc8a0 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Tue, 14 Nov 2023 13:02:35 +0000 Subject: [PATCH] bump(main/libduckdb): 0.9.2 This commit has been automatically submitted by Github Actions. --- packages/libduckdb/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/libduckdb/build.sh b/packages/libduckdb/build.sh index 21b9011e8e..31403296ed 100644 --- a/packages/libduckdb/build.sh +++ b/packages/libduckdb/build.sh @@ -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.9.1" +TERMUX_PKG_VERSION="0.9.2" 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