shithub: aubio

Download patch

ref: 9452505a636bc184c1a010dfcf0fc3aa4c432ce3
parent: c290245cb2f1a18fdd353c2067732b38202d2e16
author: Paul Brossier <piem@piem.org>
date: Wed May 10 06:39:38 EDT 2017

scripts/get_waf.sh: bump to waf 1.9.11

--- 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 )