vala: Use https version of GNOME url.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-04-27 22:12:00 +07:00
parent 276e550ff6
commit 3dde71ab74
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

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