Changeset 3c230fa


Ignore:
Timestamp:
Jun 19, 2017, 11:55:00 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:
a1cce65
Parents:
9452505
Message:

scripts/get_waf.sh: bump waf to 1.9.12 (see #114)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/get_waf.sh

    r9452505 r3c230fa  
    44set -x
    55
    6 WAFURL=https://waf.io/waf-1.9.11
     6WAFURL=https://waf.io/waf-1.9.12
    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.