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 0057929 commit e6a2bd9Copy full SHA for e6a2bd9
tools/build_talib_from_source.bash
@@ -8,8 +8,8 @@ fi
8
9
DEPS_DIR=$1
10
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"
+TA_LIB_TGZ="ta-lib-0.6.2-src.tar.gz"
+TA_LIB_URL="https://github.com/TA-Lib/ta-lib/releases/download/v0.6.2/$TA_LIB_TGZ"
13
14
if [[ -d $DEPS_DIR/lib ]]; then
15
echo "Already built"
0 commit comments