summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2019-11-01 11:42:37 +0100
committerHyacinthe Cartiaux2019-11-01 11:42:37 +0100
commit330c41da10a713a4dffd5b12ed4ee6948483831d (patch)
tree2a9f39a1a9e6b8770943f413b118483bdc3d5f45
parent7d0cb99bbade632df42231c646fa007ea5a44eb8 (diff)
downloadaur-330c41da10a713a4dffd5b12ed4ee6948483831d.tar.gz
Update to 2.6.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ff12c773a2b..0076f4330750 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imapfilter
pkgdesc = A mail filtering utility for processing IMAP mailboxes
- pkgver = 2.6.13
+ pkgver = 2.6.14
pkgrel = 1
url = https://github.com/lefcha/imapfilter
arch = i686
@@ -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.6.13
- sha256sums = 8ad94b94ddd47bd051ec875a3ba347bf3427f98ca4b63d60f38ea3a704c8afb2
+ source = https://codeload.github.com/lefcha/imapfilter/tar.gz/v2.6.14
+ sha256sums = c553644c629ddc257a6798d12317570dadb3195821c6e976ca3b5c8ccd86390d
pkgname = imapfilter
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"