Skip to content

Commit e6a2bd9

Browse files
committed
bump to 0.6.2
1 parent 0057929 commit e6a2bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/build_talib_from_source.bash

Lines changed: 2 additions & 2 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.4.0-src.tar.gz"
12-
TA_LIB_URL="http://prdownloads.sourceforge.net/ta-lib/$TA_LIB_TGZ"
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"
1313

1414
if [[ -d $DEPS_DIR/lib ]]; then
1515
echo "Already built"

0 commit comments

Comments
 (0)