summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2019-10-17 16:13:45 +0200
committerHyacinthe Cartiaux2019-10-17 16:13:45 +0200
commit7d0cb99bbade632df42231c646fa007ea5a44eb8 (patch)
tree09bfe2d5d9ac894e8809ff6ce50fd94d38b7123b /PKGBUILD
parent8c768879ba52db252e3bd4dc2f2b058c81a30555 (diff)
downloadaur-7d0cb99bbade632df42231c646fa007ea5a44eb8.tar.gz
Update to 2.6.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a5329515f2b..db411719819b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: bct <bct at diffeq dot com>
pkgname=imapfilter
-pkgver=2.6.12
+pkgver=2.6.13
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=('764a68c737e555d7b164644a4c491fd66cffb93d6077d58f502b94e1a022a884')
+sha256sums=('8ad94b94ddd47bd051ec875a3ba347bf3427f98ca4b63d60f38ea3a704c8afb2')
build() {
cd "$srcdir/$pkgname-$pkgver"