summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2013-11-12 13:21:10 +0100
committerHyacinthe Cartiaux2015-06-09 14:05:08 +0200
commitf0cc6ffef604f4d88c6ae335763255012b8a3893 (patch)
tree3c005c02b6e9e2c7fbc4a0a2719497b3ed6a06e9 /PKGBUILD
parentbf6f2aed73025e938c02cf09a024a8ecae31658b (diff)
downloadaur-f0cc6ffef604f4d88c6ae335763255012b8a3893.tar.gz
[imapfilter] Update to 2.5.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7a5a5824510..ec65d64aadcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: bct <bct at diffeq dot com>
pkgname=imapfilter
-pkgver=2.5.5
-pkgrel=2
+pkgver=2.5.6
+pkgrel=1
pkgdesc="A mail filtering utility for processing IMAP mailboxes"
arch=('i686' 'x86_64' 'armv6h')
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=('719b7f606948699d5f057e3a62e6c666')
+md5sums=('9a7bd220201ba3f388208810e1c53349')
build() {
cd "$srcdir/$pkgname-$pkgver"