Changeset 9452505


Ignore:
Timestamp:
May 10, 2017, 10:39:38 AM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
3c230fa, fc5e189
Parents:
c290245
Message:

scripts/get_waf.sh: bump to waf 1.9.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/get_waf.sh

    rc290245 r9452505  
    44set -x
    55
    6 WAFURL=https://waf.io/waf-1.9.6
     6WAFURL=https://waf.io/waf-1.9.11
    77
    88( which wget > /dev/null && wget -qO waf $WAFURL ) || ( which curl > /dev/null && curl $WAFURL > waf )
Note: See TracChangeset for help on using the changeset viewer.