From: Paul Brossier Date: Mon, 13 Feb 2017 23:51:33 +0000 (+0100) Subject: scripts/get_aubio.sh: show actual aubio version being used X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=commitdiff_plain;h=1fc02c590545b7f95ae6226150ca1624a62f3b9a scripts/get_aubio.sh: show actual aubio version being used --- diff --git a/scripts/get_aubio.sh b/scripts/get_aubio.sh index 1f735cb..7b31804 100755 --- a/scripts/get_aubio.sh +++ b/scripts/get_aubio.sh @@ -15,7 +15,7 @@ then 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