summaryrefslogtreecommitdiffstats
path: root/network/imapfilter/imapfilter.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/imapfilter/imapfilter.SlackBuild')
-rw-r--r--network/imapfilter/imapfilter.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/network/imapfilter/imapfilter.SlackBuild b/network/imapfilter/imapfilter.SlackBuild
index 1e92d5a541..dc4aff74d6 100644
--- a/network/imapfilter/imapfilter.SlackBuild
+++ b/network/imapfilter/imapfilter.SlackBuild
@@ -3,7 +3,8 @@
# Slackware build script for imapfilter
# Copyright 2010 Šime Ramov
-# Copyright 2016-2019,2021 Andrew Clemons, Wellington, New Zealand
+# Copyright 2016-2019,2021 Andrew Clemons, Wellington New Zealand
+# Copyright 2022-2023 Andrew Clemons, Tokyo Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=imapfilter
-VERSION=${VERSION:-2.7.5}
+VERSION=${VERSION:-2.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0