From afdf41f00eb7e91a38fe61e9781ec0a23acf9219 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 31 Jan 2018 21:35:46 +0700 Subject: [PATCH] mate-notification-daemon: Upgraded to 1.20.0. Signed-off-by: Willy Sudiarto Raharjo --- .../mate-notification-daemon.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/mate-notification-daemon/mate-notification-daemon.SlackBuild b/base/mate-notification-daemon/mate-notification-daemon.SlackBuild index edf92bf..86b8775 100644 --- a/base/mate-notification-daemon/mate-notification-daemon.SlackBuild +++ b/base/mate-notification-daemon/mate-notification-daemon.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-notification-daemon -VERSION=${VERSION:-1.19.1} +VERSION=${VERSION:-1.20.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,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}