From 82d87e55af93998b2c02ebe52a1bddc4122a9b01 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 1 Jul 2019 19:54:07 +0700 Subject: [PATCH] metacity: Upgraded to 3.32.0. Signed-off-by: Willy Sudiarto Raharjo --- metacity/metacity.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metacity/metacity.SlackBuild b/metacity/metacity.SlackBuild index c9d7d54..28485f1 100644 --- a/metacity/metacity.SlackBuild +++ b/metacity/metacity.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for metacity -# Copyright 2014-2018 Willy Sudiarto Raharjo +# Copyright 2014-2019 Willy Sudiarto Raharjo # 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.30.1} +VERSION=${VERSION:-3.32.0} 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.30/$PRGNAM-$VERSION.tar.xz +wget -c http://ftp.gnome.org/pub/gnome/sources/metacity/3.32/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/csb}