From 3c230fae309e9ea3298783368dd71bae6172359a Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 19 Jun 2017 11:55:00 +0200 Subject: [PATCH] scripts/get_waf.sh: bump waf to 1.9.12 (see #114) --- scripts/get_waf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.11.0