From: Paul Brossier Date: Fri, 22 Jul 2016 03:20:09 +0000 (+0200) Subject: scripts/get_waf.sh: use 1.8.22 X-Git-Tag: 0.5.1~63 X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=commitdiff_plain;h=3cd85ea8986a38b2b8592a948b3e265d2bf7df83 scripts/get_waf.sh: use 1.8.22 --- diff --git a/scripts/get_waf.sh b/scripts/get_waf.sh index e2fbd16..5b41d8d 100755 --- a/scripts/get_waf.sh +++ b/scripts/get_waf.sh @@ -3,7 +3,7 @@ set -e set -x -WAFURL=https://waf.io/waf-1.9.1 +WAFURL=https://waf.io/waf-1.8.22 ( which wget > /dev/null && wget -qO waf $WAFURL ) || ( which curl > /dev/null && curl $WAFURL > waf )