Browse Source
network/imapfilter: Updated for version 2.8.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/198/head
Andrew Clemons
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
network/imapfilter/imapfilter.SlackBuild
-
network/imapfilter/imapfilter.info
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
# Copyright 2010 Šime Ramov |
|
|
|
# Copyright 2016-2019,2021 Andrew Clemons, Wellington New Zealand |
|
|
|
# Copyright 2022 Andrew Clemons, Tokyo Japan |
|
|
|
# Copyright 2022-2023 Andrew Clemons, Tokyo Japan |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -27,7 +27,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=imapfilter |
|
|
|
VERSION=${VERSION:-2.7.6} |
|
|
|
VERSION=${VERSION:-2.8.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="imapfilter" |
|
|
|
VERSION="2.7.6" |
|
|
|
VERSION="2.8.1" |
|
|
|
HOMEPAGE="https://github.com/lefcha/imapfilter" |
|
|
|
DOWNLOAD="https://github.com/lefcha/imapfilter/archive/v2.7.6/imapfilter-2.7.6.tar.gz" |
|
|
|
MD5SUM="da490ede660b8d399edc4c996f2748ff" |
|
|
|
DOWNLOAD="https://github.com/lefcha/imapfilter/archive/v2.8.1/imapfilter-2.8.1.tar.gz" |
|
|
|
MD5SUM="44087855f3a3f5f4d9ed21d35ad9e377" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="lua" |
|
|
|