We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aef461 commit 3606945Copy full SHA for 3606945
packages/node-medley/scripts/install-deps.sh
@@ -29,7 +29,7 @@ if [ $? -ne 0 ]; then
29
fi
30
31
# wget https://github.com/libsndfile/libsamplerate/releases/download/${LIBSAMPLERATE_VERSION}/libsamplerate-${LIBSAMPLERATE_VERSION}.tar.xz \
32
-wget https://github.com/libsndfile/libsamplerate/archive/2ccde9568cca73c7b32c97fefca2e418c16ae5e3.zip \
+wget https://github.com/libsndfile/libsamplerate/archive/2ccde9568cca73c7b32c97fefca2e418c16ae5e3.tar.gz \
33
-O libsamplerate.tar.gz
34
tar xvf libsamplerate.tar.gz
35
mv libsamplerate-* libsamplerate
0 commit comments