Skip to content

Commit f6ae374

Browse files
authored
Update update_libchdb.sh v2.1.1
1 parent efa11e8 commit f6ae374

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/update_libchdb.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
#!/bin/bash
33

44
# Get the newest release version
5-
LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
5+
#LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
6+
LATEST_RELEASE=v2.1.1
67

78
# Download the correct version based on the platform
89
case "$(uname -s)" in

0 commit comments

Comments
 (0)