We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8919332 commit e7e0da0Copy full SHA for e7e0da0
update_libchdb.sh
@@ -23,8 +23,9 @@ case "$(uname -s)" in
23
esac
24
25
# Get the newest release version
26
-LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
+# LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
27
# LATEST_RELEASE=v2.1.1
28
+LATEST_RELEASE=v3.2.0
29
RELEASE=${1:-$LATEST_RELEASE}
30
31
DOWNLOAD_URL="https://github.com/chdb-io/chdb/releases/download/$RELEASE/$PLATFORM-libchdb.tar.gz"
0 commit comments