speex: Switch to https.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-09-26 12:02:25 +07:00
parent 296ff3e667
commit 64f411be8c
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -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}