yelp-xsl: Use HTTPS.

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo 2020-03-03 22:05:37 +07:00
parent b8b6173ecb
commit 14abd9d7b1
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

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