diff options
author | Hyacinthe Cartiaux | 2015-02-11 17:59:32 +0100 |
---|---|---|
committer | Hyacinthe Cartiaux | 2015-06-09 14:05:11 +0200 |
commit | f1fa9a481e536aa165f8c54466a6d9d0f14cd85a (patch) | |
tree | 13989c927bfa7e8fe35fd6c6f997e9372240007e | |
parent | 793c93d3100ece409698ab11a804c7e8a65e7dec (diff) | |
download | aur-f1fa9a481e536aa165f8c54466a6d9d0f14cd85a.tar.gz |
[imapfilter] Update to 2.5.7
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = imapfilter pkgdesc = A mail filtering utility for processing IMAP mailboxes - pkgver = 2.5.6 - pkgrel = 2 + pkgver = 2.5.7 + pkgrel = 1 url = https://github.com/lefcha/imapfilter arch = i686 arch = x86_64 @@ -12,8 +12,8 @@ pkgbase = imapfilter depends = pcre depends = openssl optdepends = openssl: SSL/TLS encryption and CRAM-MD5 authentication - source = https://codeload.github.com/lefcha/imapfilter/tar.gz/v2.5.6 - md5sums = 9a7bd220201ba3f388208810e1c53349 + source = https://codeload.github.com/lefcha/imapfilter/tar.gz/v2.5.7 + md5sums = 5af01afcca4a24b46f113f36bc3eaef8 pkgname = imapfilter @@ -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" |