diff --git a/colord/colord.SlackBuild b/colord/colord.SlackBuild index e47bc09..9fcd6bd 100644 --- a/colord/colord.SlackBuild +++ b/colord/colord.SlackBuild @@ -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}