From 6460f570247357c5c37dad58377008a34cf185f1 Mon Sep 17 00:00:00 2001 From: Auxten Wang Date: Mon, 24 Feb 2025 21:48:52 +0800 Subject: [PATCH] Update update_libchdb.sh --- update_libchdb.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update_libchdb.sh b/update_libchdb.sh index ce7f608..1acfe95 100755 --- a/update_libchdb.sh +++ b/update_libchdb.sh @@ -9,8 +9,8 @@ cd "$(dirname "$0")" # Get the newest release version -LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/') -# LATEST_RELEASE=v2.0.0b0 +# LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/') +LATEST_RELEASE=v2.2.0b1 # Download the correct version based on the platform case "$(uname -s)" in @@ -48,4 +48,4 @@ tar -xzf libchdb.tar.gz chmod +x libchdb.so # Clean up -rm -f libchdb.tar.gz \ No newline at end of file +rm -f libchdb.tar.gz