libunique3: 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:42:04 +07:00
parent fdfcb0e4ff
commit c196ce5bf8
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

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