Skip to content

Commit 3606945

Browse files
committed
fix(node-medley): use tar.gz format for libsamplerate commit archive
1 parent 1aef461 commit 3606945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-medley/scripts/install-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [ $? -ne 0 ]; then
2929
fi
3030

3131
# 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 \
32+
wget https://github.com/libsndfile/libsamplerate/archive/2ccde9568cca73c7b32c97fefca2e418c16ae5e3.tar.gz \
3333
-O libsamplerate.tar.gz
3434
tar xvf libsamplerate.tar.gz
3535
mv libsamplerate-* libsamplerate

0 commit comments

Comments
 (0)