Skip to content

Commit

Permalink
BLD: Use https to download ta-lib source
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kamens committed Nov 25, 2016
1 parent 4174a09 commit 5ab89ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/ta-lib/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz
wget https://downloads.sourceforge.net/project/ta-lib/ta-lib/0.4.0/ta-lib-0.4.0-src.tar.gz
tar xvfz ta-lib-0.4.0-src.tar.gz
pushd ta-lib
./configure --prefix=$PREFIX
Expand Down

0 comments on commit 5ab89ff

Please sign in to comment.