colord: Switch to https.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-04-29 13:56:28 +07:00
parent ed91e89a52
commit 87098741b5
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c http://www.freedesktop.org/software/colord/releases/$PRGNAM-$VERSION.tar.xz
wget -c https://www.freedesktop.org/software/colord/releases/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/csb}