diff --git a/speex/speex.SlackBuild b/speex/speex.SlackBuild index 5c9fec4..49331e3 100644 --- a/speex/speex.SlackBuild +++ b/speex/speex.SlackBuild @@ -42,7 +42,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://downloads.us.xiph.org/releases/$PRGNAM/$PRGNAM-$VERSION.tar.gz +wget -c https://ftp.osuosl.org/pub/xiph/releases/$PRGNAM/$PRGNAM-$VERSION.tar.gz CWD=$(pwd) TMP=${TMP:-/tmp/csb}