wscript :
[aubio.git] / scripts / get_waf.sh
index 8b9acf0..a6122f4 100755 (executable)
@@ -3,7 +3,7 @@
 set -e
 set -x
 
-WAFURL=https://waf.io/waf-1.9.6
+WAFURL=https://waf.io/waf-1.9.12
 
 ( which wget > /dev/null && wget -qO waf $WAFURL ) || ( which curl > /dev/null && curl $WAFURL > waf )