murrine: Switch to https.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-04-27 20:46:41 +07:00
parent 4739b707e3
commit 327b88ecb3
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

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