From 9452505a636bc184c1a010dfcf0fc3aa4c432ce3 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 10 May 2017 10:39:38 +0200 Subject: [PATCH] scripts/get_waf.sh: bump to waf 1.9.11 --- 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 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 ) -- 2.11.0