summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2019-11-01 11:42:37 +0100
committerHyacinthe Cartiaux2019-11-01 11:42:37 +0100
commit330c41da10a713a4dffd5b12ed4ee6948483831d (patch)
tree2a9f39a1a9e6b8770943f413b118483bdc3d5f45 /PKGBUILD
parent7d0cb99bbade632df42231c646fa007ea5a44eb8 (diff)
downloadaur-330c41da10a713a4dffd5b12ed4ee6948483831d.tar.gz
Update to 2.6.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db411719819b..7014975f3eb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: bct <bct at diffeq dot com>
pkgname=imapfilter
-pkgver=2.6.13
+pkgver=2.6.14
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=('8ad94b94ddd47bd051ec875a3ba347bf3427f98ca4b63d60f38ea3a704c8afb2')
+sha256sums=('c553644c629ddc257a6798d12317570dadb3195821c6e976ca3b5c8ccd86390d')
build() {
cd "$srcdir/$pkgname-$pkgver"