diff --git a/clutter/clutter.SlackBuild b/clutter/clutter.SlackBuild index 78acee7..4963529 100644 --- a/clutter/clutter.SlackBuild +++ b/clutter/clutter.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for clutter -# Copyright 2014-2018 Willy Sudiarto Raharjo +# Copyright 2014-2023 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 https://github.com/GNOME/clutter/archive/$VERSION/$PRGNAM-$VERSION.tar.gz +wget -c https://download.gnome.org/sources/$PRGNAM/1.26/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/csb}