clutter: Fix URL.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2023-10-28 23:21:17 +07:00
parent c4512e86bb
commit 9ce8b2d6f2
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -2,7 +2,7 @@
# Slackware build script for clutter # Slackware build script for clutter
# Copyright 2014-2018 Willy Sudiarto Raharjo <willysr@slackware-id.org> # Copyright 2014-2023 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
esac esac
fi 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) CWD=$(pwd)
TMP=${TMP:-/tmp/csb} TMP=${TMP:-/tmp/csb}