metacity: Upgraded to 3.24.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-04-29 14:50:23 +07:00
parent 733409b16d
commit be471d795e
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -2,7 +2,7 @@
# Slackware build script for metacity
# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=metacity
VERSION=${VERSION:-3.18.4}
VERSION=${VERSION:-3.24.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_csb}
@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c http://ftp.gnome.org/pub/gnome/sources/metacity/3.18/$PRGNAM-$VERSION.tar.xz
wget -c http://ftp.gnome.org/pub/gnome/sources/metacity/3.24/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/csb}