From 587c72b3dd4b2346c5e1a91223fb476a2d99806f Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 7 Oct 2013 19:32:52 +0700 Subject: [PATCH] mate-dialogs: Upgraded to 1.7.1 Signed-off-by: Willy Sudiarto Raharjo --- base/mate-dialogs/mate-dialogs.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base/mate-dialogs/mate-dialogs.SlackBuild b/base/mate-dialogs/mate-dialogs.SlackBuild index b378c9c..edb6c9c 100644 --- a/base/mate-dialogs/mate-dialogs.SlackBuild +++ b/base/mate-dialogs/mate-dialogs.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for mate-dialogs # Copyright 2013 Chess Griffin Raleigh, NC +# Copyright 2013 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-dialogs -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -35,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.6/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.7/$PRGNAM-$VERSION.tar.xz NUMJOBS=${NUMJOBS:-" -j8 "}