Skip to content

Commit c6274f4

Browse files
committed
external/Makefile.mk: update soundtouch download URL
The soundtouch source archive is now fetched from a GitHub release mirror instead of the original surina.net website. This fixes CI download instabilities.
1 parent cc360ad commit c6274f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

external/Makefile.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ soundtouch/sha := 3dda3c9ab1e287f15028c010a66ab7145fa855dfa62763538f341e70b4d10a
225225
external/soundtouch/.sha-$(soundtouch/sha):
226226
$(QGEN)
227227
$Q $(call fetch-and-check, external/soundtouch.tar.gz, $(soundtouch/sha), \
228-
https://www.surina.net/soundtouch/soundtouch-2.4.0.tar.gz)
228+
https://github.com/tim-janik/blobs4anklang/releases/download/soundtouch-v2.4.0/soundtouch-2.4.0.tar.gz)
229229
$Q rm -rf external/soundtouch && mkdir external/soundtouch
230230
$Q tar xf external/soundtouch.tar.gz --strip-components=1 -C external/soundtouch/
231231
$Q touch $@

0 commit comments

Comments
 (0)