From 9278cf7207730de1d1a5d5a0f2f7f3cbf3d0ffb1 Mon Sep 17 00:00:00 2001 From: Baris Gumustas Date: Sun, 5 Mar 2017 18:12:19 +0100 Subject: [PATCH] Updated the URL for the aubio binary to use https instead of http. --- scripts/fetch_aubio_osx_framework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0