From bd3f80fe96c5fa1b0baf52dd99fb062624b78753 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 25 Apr 2016 08:21:26 +0700 Subject: [PATCH] accountsservice: Switch to HTTPS. Signed-off-by: Willy Sudiarto Raharjo --- accountsservice/accountsservice.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accountsservice/accountsservice.SlackBuild b/accountsservice/accountsservice.SlackBuild index f7305e0..45c90c9 100644 --- a/accountsservice/accountsservice.SlackBuild +++ b/accountsservice/accountsservice.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for accountsservice -# Copyright 2014-2015 Willy Sudiarto Raharjo +# Copyright 2014-2016 Willy Sudiarto Raharjo # 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}