network/imapfilter: Updated for version 2.6.9.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2016-12-08 22:32:11 +00:00 committed by David Spencer
parent 9b8b0229bd
commit 3a081c9c6c
3 changed files with 5 additions and 5 deletions

View file

@ -8,4 +8,4 @@ residing in mailboxes at the same or different mail servers. The
4rev1 and 4 versions of the IMAP protocol are supported.
IMAPFilter uses the Lua programming language as a configuration and
extension language. <https://github.com/lefcha/imapfilter>
extension language.

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=imapfilter
VERSION=${VERSION:-2.6.8}
VERSION=${VERSION:-2.6.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="imapfilter"
VERSION="2.6.8"
VERSION="2.6.9"
HOMEPAGE="https://github.com/lefcha/imapfilter"
DOWNLOAD="https://github.com/lefcha/imapfilter/archive/v2.6.8/imapfilter-2.6.8.tar.gz"
MD5SUM="ac56c55c43fc858aa2a576f97ee534ab"
DOWNLOAD="https://github.com/lefcha/imapfilter/archive/v2.6.9/imapfilter-2.6.9.tar.gz"
MD5SUM="97502acfb43211c0afaff0e20e2a8431"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua"