Mercurial > hg > vamp-plugin-sdk
changeset 531:347ad7d3527c c++11-mutex
Use the tag (which doesn't exist yet)
author | Chris Cannam |
---|---|
date | Tue, 22 Oct 2019 12:23:34 +0100 |
parents | 6a0cd0a2bf65 |
children | 569fc23fa37a |
files | build/docker/Dockerfile_v2.9_ubuntu1604 |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build/docker/Dockerfile_v2.9_ubuntu1604 Tue Oct 22 12:22:41 2019 +0100 +++ b/build/docker/Dockerfile_v2.9_ubuntu1604 Tue Oct 22 12:23:34 2019 +0100 @@ -13,7 +13,7 @@ ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 -RUN hg clone -r57053d1ba746 https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk +RUN hg clone -rvamp-plugin-sdk-v2.9 https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk RUN hg clone https://code.soundsoftware.ac.uk/hg/vamp-test-plugin WORKDIR vamp-plugin-sdk RUN ./configure && make