From: Paul Brossier Date: Sun, 26 Dec 2021 02:31:18 +0000 (-0500) Subject: [waf] fetch public key matching requested waf version (closes gh-340) X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=b540b2246d7c7bb3f8252be958144694a98e32e3;p=aubio.git [waf] fetch public key matching requested waf version (closes gh-340) --- diff --git a/scripts/get_waf.sh b/scripts/get_waf.sh index ea211d70..bda6992f 100755 --- a/scripts/get_waf.sh +++ b/scripts/get_waf.sh @@ -6,7 +6,7 @@ set -e WAFVERSION=2.0.23 WAFTARBALL=waf-$WAFVERSION.tar.bz2 WAFURL=https://waf.io/$WAFTARBALL -WAFUPSTREAMKEY=https://gitlab.com/ita1024/waf/raw/master/utils/pubkey.asc +WAFUPSTREAMKEY=https://gitlab.com/ita1024/waf/-/raw/waf-$WAFVERSION/utils/pubkey.asc WAFBUILDDIR=`mktemp -d`