Skip to content

Commit a5609dc

Browse files
committed
tools: bump to 0.6.4
1 parent cf2bce2 commit a5609dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/build_talib_from_source.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ fi
88

99
DEPS_DIR=$1
1010

11-
TA_LIB_TGZ="ta-lib-0.6.2-src.tar.gz"
12-
TA_LIB_URL="https://github.com/TA-Lib/ta-lib/releases/download/v0.6.2/$TA_LIB_TGZ"
11+
TA_LIB_TGZ="ta-lib-0.6.4-src.tar.gz"
12+
TA_LIB_URL="https://github.com/TA-Lib/ta-lib/releases/download/v0.6.4/$TA_LIB_TGZ"
1313

1414
if [[ -d $DEPS_DIR/lib ]]; then
1515
echo "Already built"
@@ -20,7 +20,7 @@ wget -O "$DEPS_DIR/tmp/$TA_LIB_TGZ" $TA_LIB_URL
2020
pushd $DEPS_DIR/tmp
2121
tar -zxvf $TA_LIB_TGZ
2222
popd
23-
pushd $DEPS_DIR/tmp/ta-lib-0.6.2
23+
pushd $DEPS_DIR/tmp/ta-lib-0.6.4
2424
./configure --prefix=$DEPS_DIR
2525
make install
2626
popd

0 commit comments

Comments
 (0)