mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
clutter-gtk: Fix URL.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
9ce8b2d6f2
commit
ab212f92b8
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for clutter-gtk
|
# Slackware build script for clutter-gtk
|
||||||
|
|
||||||
# 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-gtk/archive/$VERSION/$PRGNAM-$VERSION.tar.gz
|
wget -c https://download.gnome.org/sources/$PRGNAM/1.8/$PRGNAM-$VERSION.tar.xz
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/csb}
|
TMP=${TMP:-/tmp/csb}
|
||||||
|
|
Loading…
Reference in a new issue