summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2015-10-15 17:48:38 +0200
committerHyacinthe Cartiaux2015-10-15 17:48:38 +0200
commitc9771de11f2bff58320ea1c837a7bf6df561c470 (patch)
tree57a89cbb6e0c06856053d91e78dce21f3e95d5ca
parent481b2dee558d03b17c9835439a7ec28ab87dbd46 (diff)
downloadaur-c9771de11f2bff58320ea1c837a7bf6df561c470.tar.gz
Update to 2.6.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0f3097cfbcb..b6b81cda4459 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v7
+# Thu Oct 15 15:47:51 UTC 2015
pkgbase = imapfilter
pkgdesc = A mail filtering utility for processing IMAP mailboxes
- pkgver = 2.6.2
+ pkgver = 2.6.3
pkgrel = 1
url = https://github.com/lefcha/imapfilter
arch = i686
@@ -12,8 +14,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.2
- sha256sums = 8aca5d3534e3a808a17d0aa6bfffd9afc7e6c47d92f645a5d3683a2d5933e24d
+ source = https://codeload.github.com/lefcha/imapfilter/tar.gz/v2.6.3
+ sha256sums = 1174862d6d5ca498b25a78b127c25b6bfbd4c0cec30f8dfd4b6b10f8694cd244
pkgname = imapfilter
diff --git a/PKGBUILD b/PKGBUILD
index 3898effdf182..346875309b3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: bct <bct at diffeq dot com>
pkgname=imapfilter
-pkgver=2.6.2
+pkgver=2.6.3
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=('8aca5d3534e3a808a17d0aa6bfffd9afc7e6c47d92f645a5d3683a2d5933e24d')
+sha256sums=('1174862d6d5ca498b25a78b127c25b6bfbd4c0cec30f8dfd4b6b10f8694cd244')
build() {
cd "$srcdir/$pkgname-$pkgver"