yelp: Use https.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-09-27 07:48:50 +07:00
parent 7eb3611be8
commit e6885b5116
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c ftp://ftp.gnome.org/pub/gnome/sources/yelp/3.26/$PRGNAM-$VERSION.tar.xz
wget -c https://download.gnome.org/core/3.26/3.26.0/sources/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/msb}