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}