network/imapfilter: Updated for version 2.7.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
2401a4d7a3
commit
d17611d096
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for imapfilter
|
||||
|
||||
# Copyright 2010 Šime Ramov
|
||||
# Copyright 2016-2019 Andrew Clemons, Wellington, New Zealand
|
||||
# Copyright 2016-2019,2021 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.16}
|
||||
VERSION=${VERSION:-2.7.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="imapfilter"
|
||||
VERSION="2.6.16"
|
||||
VERSION="2.7.5"
|
||||
HOMEPAGE="https://github.com/lefcha/imapfilter"
|
||||
DOWNLOAD="https://github.com/lefcha/imapfilter/archive/v2.6.16/imapfilter-2.6.16.tar.gz"
|
||||
MD5SUM="3cb100fd8171c893079f9a969fea6db8"
|
||||
DOWNLOAD="https://github.com/lefcha/imapfilter/archive/v2.7.5/imapfilter-2.7.5.tar.gz"
|
||||
MD5SUM="94b50ef0297d613e55fd6afc2bffe9a4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lua"
|
||||
|
|
Loading…
Reference in New Issue