summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2016-01-02 22:36:46 +0100
committerHyacinthe Cartiaux2016-01-02 22:36:46 +0100
commitcb38a19643a208b5168e4ce184744851922db1aa (patch)
treee41120e6dcf57d625c205073288e0a3b3cd8f50f /PKGBUILD
parentc9771de11f2bff58320ea1c837a7bf6df561c470 (diff)
downloadaur-cb38a19643a208b5168e4ce184744851922db1aa.tar.gz
Update to 2.6.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 346875309b3d..bdf356eb901c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: bct <bct at diffeq dot com>
pkgname=imapfilter
-pkgver=2.6.3
+pkgver=2.6.4
pkgrel=1
pkgdesc="A mail filtering utility for processing IMAP mailboxes"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -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}")
-sha256sums=('1174862d6d5ca498b25a78b127c25b6bfbd4c0cec30f8dfd4b6b10f8694cd244')
+sha256sums=('ab29faab15a5b9ac616bfca65114c5067a3a26b7b32e2a70c32eb12ac1f16c1e')
build() {
cd "$srcdir/$pkgname-$pkgver"