From: Baris Gumustas Date: Sun, 5 Mar 2017 17:12:19 +0000 (+0100) Subject: Updated the URL for the aubio binary to use https instead of http. X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=9278cf7207730de1d1a5d5a0f2f7f3cbf3d0ffb1;p=ofxAubio.git Updated the URL for the aubio binary to use https instead of http. --- diff --git a/scripts/fetch_aubio_osx_framework.sh b/scripts/fetch_aubio_osx_framework.sh index 80e0f2d..1648c39 100755 --- a/scripts/fetch_aubio_osx_framework.sh +++ b/scripts/fetch_aubio_osx_framework.sh @@ -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