summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2017-04-27 12:59:37 +0200
committerHyacinthe Cartiaux2017-04-27 12:59:37 +0200
commitee9d8dcfc0b7b9f59e49a558416d1b0187e7740e (patch)
tree3f55e21e2acec7329c18e480be9fba9a1c530538 /PKGBUILD
parent70e9bfd91fece46ee161638f60dbfe580ef8ba1e (diff)
downloadaur-ee9d8dcfc0b7b9f59e49a558416d1b0187e7740e.tar.gz
Update to 2.6.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c0e43b08c35..72b42013c06c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: bct <bct at diffeq dot com>
pkgname=imapfilter
-pkgver=2.6.7
+pkgver=2.6.10
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=('183efd43c805abaf3f60a1bca788d42da7f05c52fc952efd4555fa40233b4868')
+sha256sums=('891674d4c605667ad5ce912913784ecffa3b31b67bcf76d81c3c555cf97e5294')
build() {
cd "$srcdir/$pkgname-$pkgver"