summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2015-02-11 17:59:32 +0100
committerHyacinthe Cartiaux2015-06-09 14:05:11 +0200
commitf1fa9a481e536aa165f8c54466a6d9d0f14cd85a (patch)
tree13989c927bfa7e8fe35fd6c6f997e9372240007e /PKGBUILD
parent793c93d3100ece409698ab11a804c7e8a65e7dec (diff)
downloadaur-f1fa9a481e536aa165f8c54466a6d9d0f14cd85a.tar.gz
[imapfilter] Update to 2.5.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 958d4f564330..7da0c87ec915 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: bct <bct at diffeq dot com>
pkgname=imapfilter
-pkgver=2.5.6
-pkgrel=2
+pkgver=2.5.7
+pkgrel=1
pkgdesc="A mail filtering utility for processing IMAP mailboxes"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/lefcha/imapfilter"
@@ -13,7 +13,7 @@ license=('MIT')
depends=('lua' 'pcre' 'openssl')
optdepends=('openssl: SSL/TLS encryption and CRAM-MD5 authentication')
source=("https://codeload.github.com/lefcha/${pkgname}/tar.gz/v${pkgver}")
-md5sums=('9a7bd220201ba3f388208810e1c53349')
+md5sums=('5af01afcca4a24b46f113f36bc3eaef8')
build() {
cd "$srcdir/$pkgname-$pkgver"