accountsservice: Switch to HTTPS.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-04-25 08:21:26 +07:00
parent 68c0dc7b10
commit bd3f80fe96

View file

@ -2,7 +2,7 @@
# Slackware build script for accountsservice
# Copyright 2014-2015 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c http://www.freedesktop.org/software/accountsservice/$PRGNAM-$VERSION.tar.xz
wget -c https://www.freedesktop.org/software/accountsservice/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/csb}