From: Paul Brossier Date: Mon, 19 Jun 2017 09:55:00 +0000 (+0200) Subject: scripts/get_waf.sh: bump waf to 1.9.12 (see #114) X-Git-Tag: 0.4.6~54 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=3c230fae309e9ea3298783368dd71bae6172359a scripts/get_waf.sh: bump waf to 1.9.12 (see #114) --- diff --git a/scripts/get_waf.sh b/scripts/get_waf.sh index 74b1b055..a6122f4a 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.11 +WAFURL=https://waf.io/waf-1.9.12 ( which wget > /dev/null && wget -qO waf $WAFURL ) || ( which curl > /dev/null && curl $WAFURL > waf )