diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-08-28 13:19:20 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-03 17:58:49 +0700 |
commit | 674a5f7e7ef4d6177479e869cc971245fca70786 (patch) | |
tree | 2dfcde0f024ac19b61804bb6d5122432399e9d71 /network | |
parent | 005e8461aed179ab905918845ec6aaa6ba071a74 (diff) |
network/imapfilter: Updated for version 2.7.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/imapfilter/imapfilter.SlackBuild | 8 | ||||
-rw-r--r-- | network/imapfilter/imapfilter.info | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/network/imapfilter/imapfilter.SlackBuild b/network/imapfilter/imapfilter.SlackBuild index 1e92d5a5416d..459fb986a51a 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 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.7.6} 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 diff --git a/network/imapfilter/imapfilter.info b/network/imapfilter/imapfilter.info index 246392178b2a..ca079f898874 100644 --- a/network/imapfilter/imapfilter.info +++ b/network/imapfilter/imapfilter.info @@ -1,8 +1,8 @@ PRGNAM="imapfilter" -VERSION="2.7.5" +VERSION="2.7.6" HOMEPAGE="https://github.com/lefcha/imapfilter" -DOWNLOAD="https://github.com/lefcha/imapfilter/archive/v2.7.5/imapfilter-2.7.5.tar.gz" -MD5SUM="94b50ef0297d613e55fd6afc2bffe9a4" +DOWNLOAD="https://github.com/lefcha/imapfilter/archive/v2.7.6/imapfilter-2.7.6.tar.gz" +MD5SUM="da490ede660b8d399edc4c996f2748ff" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua" |