Browse Source
network/imapfilter: Updated for version 2.6.12.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
pull/53/head
Andrew Clemons
7 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with
5 additions and
5 deletions
-
network/imapfilter/imapfilter.SlackBuild
-
network/imapfilter/imapfilter.info
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
# Slackware build script for imapfilter |
|
|
|
|
|
|
|
# Copyright 2010 Šime Ramov |
|
|
|
# Copyright 2016-2017 Andrew Clemons, Wellington, New Zealand |
|
|
|
# Copyright 2016-2018 Andrew Clemons, Wellington, New Zealand |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
|
@ -24,7 +24,7 @@ |
|
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
|
|
|
|
PRGNAM=imapfilter |
|
|
|
VERSION=${VERSION:-2.6.11} |
|
|
|
VERSION=${VERSION:-2.6.12} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="imapfilter" |
|
|
|
VERSION="2.6.11" |
|
|
|
VERSION="2.6.12" |
|
|
|
HOMEPAGE="https://github.com/lefcha/imapfilter" |
|
|
|
DOWNLOAD="https://github.com/lefcha/imapfilter/archive/v2.6.11/imapfilter-2.6.11.tar.gz" |
|
|
|
MD5SUM="ce2b896b350e4dfa1d6376dfb6072687" |
|
|
|
DOWNLOAD="https://github.com/lefcha/imapfilter/archive/v2.6.12/imapfilter-2.6.12.tar.gz" |
|
|
|
MD5SUM="5a39752f0c2347415a8d5804ea3ce80e" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="lua" |
|
|
|
|