diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.SlackBuild | 6 | ||||
-rw-r--r-- | desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.SlackBuild b/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.SlackBuild index d1a0f00d9953..cf7519084f58 100644 --- a/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.SlackBuild +++ b/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xfce4-fsguard-plugin -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xfce4-fsguard-plugin -VERSION=${VERSION:-1.1.1} +VERSION=${VERSION:-1.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -103,7 +103,7 @@ find $PKG -name perllocal.pod \ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog NEWS README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING ChangeLog NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.info b/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.info index b9ecf7cc0948..9be12c09337d 100644 --- a/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.info +++ b/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.info @@ -1,8 +1,8 @@ PRGNAM="xfce4-fsguard-plugin" -VERSION="1.1.1" +VERSION="1.1.2" HOMEPAGE="https://goodies.xfce.org/" -DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-fsguard-plugin/1.1/xfce4-fsguard-plugin-1.1.1.tar.bz2" -MD5SUM="d1e1fda4e80c36741643b1d9eca5c5c1" +DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-fsguard-plugin/1.1/xfce4-fsguard-plugin-1.1.2.tar.bz2" +MD5SUM="d491b5674013bb5a3c7c3e6ee0141e56" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |