Updated the URL for the aubio binary to use https instead of http.
authorBaris Gumustas <barisgumustas@gmail.com>
Sun, 5 Mar 2017 17:12:19 +0000 (18:12 +0100)
committerBaris Gumustas <barisgumustas@gmail.com>
Sun, 5 Mar 2017 17:12:19 +0000 (18:12 +0100)
scripts/fetch_aubio_osx_framework.sh

index 80e0f2d..1648c39 100755 (executable)
@@ -8,6 +8,6 @@ set -e
 set -x
 
 rm -rf $AUBIO_ZIPFRAM example_aubioDemo/$AUBIO_FRAMPATH
-curl -OL http://aubio.org/bin/$AUBIO_VERSION/$AUBIO_ZIPFRAM
+curl -OL https://aubio.org/bin/$AUBIO_VERSION/$AUBIO_ZIPFRAM
 unzip -x $AUBIO_ZIPFRAM -d example_aubioDemo/
 open example_aubioDemo/$AUBIO_FRAMPATH