Skip to content

Commit

Permalink
bump to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Jan 1, 2025
1 parent 0057929 commit e6a2bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build_talib_from_source.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ fi

DEPS_DIR=$1

TA_LIB_TGZ="ta-lib-0.4.0-src.tar.gz"
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"

if [[ -d $DEPS_DIR/lib ]]; then
echo "Already built"
Expand Down

0 comments on commit e6a2bd9

Please sign in to comment.