projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92d40c7
)
[waf] fetch public key matching requested waf version (closes gh-340)
author
Paul Brossier
<piem@piem.org>
Sun, 26 Dec 2021 02:31:18 +0000
(21:31 -0500)
committer
Paul Brossier
<piem@piem.org>
Sun, 26 Dec 2021 02:31:18 +0000
(21:31 -0500)
scripts/get_waf.sh
patch
|
blob
|
history
diff --git
a/scripts/get_waf.sh
b/scripts/get_waf.sh
index
ea211d7
..
bda6992
100755
(executable)
--- 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`