summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2019-11-26 15:57:22 +0100
committerHyacinthe Cartiaux2019-11-26 15:57:47 +0100
commit2746b41192a12bc1b4fea4479a69b85706ac52bc (patch)
tree90abcffa42eea9d54f75007dfb81e6b11bc369b2
parent43fe493f29bef7e73b3f8786d7db9003121246cf (diff)
downloadaur-2746b41192a12bc1b4fea4479a69b85706ac52bc.tar.gz
Update to 2.6.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b032dc80020a..a635c4242581 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imapfilter
pkgdesc = A mail filtering utility for processing IMAP mailboxes
- pkgver = 2.6.15
+ pkgver = 2.6.16
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.15
- sha256sums = bf7b859e7fc44c593acc497f7f8ee03dbec249bd21961a4f5914ccca3e5cb15c
+ source = https://codeload.github.com/lefcha/imapfilter/tar.gz/v2.6.16
+ sha256sums = 90af9bc9875e03fb5a09a3233287b74dd817867cb18ec9ff52fead615755563e
pkgname = imapfilter
diff --git a/PKGBUILD b/PKGBUILD
index d29ff79c95c4..9b3dcb82bc09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('bf7b859e7fc44c593acc497f7f8ee03dbec249bd21961a4f5914ccca3e5cb15c')
+sha256sums=('90af9bc9875e03fb5a09a3233287b74dd817867cb18ec9ff52fead615755563e')
build() {
cd "$srcdir/$pkgname-$pkgver"