# HG changeset patch # User Paul Brossier # Date 1487029893 -3600 # Node ID 84fbc387ebd4ca970837f8b71fc6a750cb2c4c0e # Parent 244d430c358bbcddf87f82583741630960042992 scripts/get_aubio.sh: show actual aubio version being used diff -r 244d430c358b -r 84fbc387ebd4 scripts/get_aubio.sh --- a/scripts/get_aubio.sh Tue Feb 14 00:47:39 2017 +0100 +++ b/scripts/get_aubio.sh Tue Feb 14 00:51:33 2017 +0100 @@ -15,7 +15,7 @@ git clone https://github.com/aubio/aubio aubio || ( pushd aubio; git pull; popd ) pushd aubio else - echo "using release 0.4.4" + echo "using aubio $AUBIO_VERSION" tarball=aubio-$AUBIO_VERSION.tar.bz2 [ -f $tarball ] || curl -O https://aubio.org/pub/$tarball [ -f $tarball.asc ] || curl -O https://aubio.org/pub/$tarball.asc