From ac992e4daed27e81c234871274e8ed7ff49ed7e8 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 2 Feb 2018 21:33:10 +0700 Subject: [PATCH] mate-indicator-applet: Upgraded to 1.20.0. Signed-off-by: Willy Sudiarto Raharjo --- .../mate-indicator-applet/mate-indicator-applet.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/mate-indicator-applet/mate-indicator-applet.SlackBuild b/testing/mate-indicator-applet/mate-indicator-applet.SlackBuild index c9b3e22..ee63279 100644 --- a/testing/mate-indicator-applet/mate-indicator-applet.SlackBuild +++ b/testing/mate-indicator-applet/mate-indicator-applet.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-indicator-applet -VERSION=${VERSION:-1.19.0} +VERSION=${VERSION:-1.20.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.19/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.20/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb}