projects
/
ofxAubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
168d0de
)
Updated the URL for the aubio binary to use https instead of http.
author
Baris Gumustas
<barisgumustas@gmail.com>
Sun, 5 Mar 2017 17:12:19 +0000
(18:12 +0100)
committer
Baris Gumustas
<barisgumustas@gmail.com>
Sun, 5 Mar 2017 17:12:19 +0000
(18:12 +0100)
scripts/fetch_aubio_osx_framework.sh
patch
|
blob
|
history
diff --git
a/scripts/fetch_aubio_osx_framework.sh
b/scripts/fetch_aubio_osx_framework.sh
index
80e0f2d
..
1648c39
100755
(executable)
--- 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 http
s
://aubio.org/bin/$AUBIO_VERSION/$AUBIO_ZIPFRAM
unzip -x $AUBIO_ZIPFRAM -d example_aubioDemo/
open example_aubioDemo/$AUBIO_FRAMPATH