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 "}