Skip to content

Commit 6460f57

Browse files
authored
Update update_libchdb.sh
1 parent 9ecdb6d commit 6460f57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

update_libchdb.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
cd "$(dirname "$0")"
1010

1111
# Get the newest release version
12-
LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
13-
# LATEST_RELEASE=v2.0.0b0
12+
# LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
13+
LATEST_RELEASE=v2.2.0b1
1414

1515
# Download the correct version based on the platform
1616
case "$(uname -s)" in
@@ -48,4 +48,4 @@ tar -xzf libchdb.tar.gz
4848
chmod +x libchdb.so
4949

5050
# Clean up
51-
rm -f libchdb.tar.gz
51+
rm -f libchdb.tar.gz

0 commit comments

Comments
 (0)