From: Paul Brossier Date: Sat, 30 Sep 2017 18:19:48 +0000 (+0200) Subject: scripts/get_waf.sh: waf 2.0.1 X-Git-Tag: 0.4.6~12 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=5b679ba15fcc7ab1b381e4c0f97d4f401a16e14e;p=aubio.git scripts/get_waf.sh: waf 2.0.1 --- diff --git a/scripts/get_waf.sh b/scripts/get_waf.sh index a6122f4a..d880db6b 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.12 +WAFURL=https://waf.io/waf-2.0.1 ( which wget > /dev/null && wget -qO waf $WAFURL ) || ( which curl > /dev/null && curl $WAFURL > waf )