From b18166037726075e17fa7ac2d27ae2b17921d238 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 24 Feb 2024 21:52:49 +0700 Subject: [PATCH] mate-backgrounds: Upgraded to 1.28.0. Signed-off-by: Willy Sudiarto Raharjo --- base/mate-backgrounds/mate-backgrounds.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base/mate-backgrounds/mate-backgrounds.SlackBuild b/base/mate-backgrounds/mate-backgrounds.SlackBuild index aedf67a..a526ba3 100644 --- a/base/mate-backgrounds/mate-backgrounds.SlackBuild +++ b/base/mate-backgrounds/mate-backgrounds.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for mate-backgrounds # Copyright 2013 Chess Griffin Raleigh, NC -# Copyright 2013-2021 Willy Sudiarto Raharjo +# Copyright 2013-2024 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,13 +24,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-backgrounds -VERSION=${VERSION:-1.26.0} +VERSION=${VERSION:-1.28.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} ARCH=noarch -wget -c https://pub.mate-desktop.org/releases/1.26/$PRGNAM-$VERSION.tar.xz +wget -c https://pub.mate-desktop.org/releases/1.28/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb}