libunique: 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:40:49 +07:00
parent df82cb98b8
commit fdfcb0e4ff
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://download.gnome.org/sources/$PRGNAM/1.1/libunique-1.1.6.tar.bz2
wget -c https://download.gnome.org/sources/$PRGNAM/1.1/libunique-1.1.6.tar.bz2
CWD=$(pwd)
TMP=${TMP:-/tmp/msb}