From: Paul Brossier Date: Wed, 10 May 2017 08:39:38 +0000 (+0200) Subject: scripts/get_waf.sh: bump to waf 1.9.11 X-Git-Tag: 0.4.6~55 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=9452505a636bc184c1a010dfcf0fc3aa4c432ce3 scripts/get_waf.sh: bump to waf 1.9.11 --- diff --git a/scripts/get_waf.sh b/scripts/get_waf.sh index 8b9acf0b..74b1b055 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.6 +WAFURL=https://waf.io/waf-1.9.11 ( which wget > /dev/null && wget -qO waf $WAFURL ) || ( which curl > /dev/null && curl $WAFURL > waf )