From 268b983c42232f1f0ca67d8ae54069456af62c58 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 26 Jan 2018 06:10:22 +0700 Subject: [PATCH] mate-indicator-applet: Upgraded to 1.19.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 ee4b6cd..c9b3e22 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.18.0} +VERSION=${VERSION:-1.19.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.18/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.19/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb}