diff --git a/clutter-gtk/clutter-gtk.SlackBuild b/clutter-gtk/clutter-gtk.SlackBuild index 4996e11..fbfa8bf 100644 --- a/clutter-gtk/clutter-gtk.SlackBuild +++ b/clutter-gtk/clutter-gtk.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for clutter-gtk -# 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-gtk/archive/$VERSION/$PRGNAM-$VERSION.tar.gz +wget -c https://download.gnome.org/sources/$PRGNAM/1.8/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/csb}