summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2015-07-09 15:44:06 +0200
committerHyacinthe Cartiaux2015-07-09 15:44:06 +0200
commit481b2dee558d03b17c9835439a7ec28ab87dbd46 (patch)
tree2e9a5fb94c09da072a285c9334d5503f40be6da6
parentf1fa9a481e536aa165f8c54466a6d9d0f14cd85a (diff)
downloadaur-481b2dee558d03b17c9835439a7ec28ab87dbd46.tar.gz
Update to 2.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33421e17d651..f0f3097cfbcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imapfilter
pkgdesc = A mail filtering utility for processing IMAP mailboxes
- pkgver = 2.5.7
+ pkgver = 2.6.2
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.5.7
- md5sums = 5af01afcca4a24b46f113f36bc3eaef8
+ source = https://codeload.github.com/lefcha/imapfilter/tar.gz/v2.6.2
+ sha256sums = 8aca5d3534e3a808a17d0aa6bfffd9afc7e6c47d92f645a5d3683a2d5933e24d
pkgname = imapfilter
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..84541d3fedf6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.xz
+pkg
+src
+v*
diff --git a/PKGBUILD b/PKGBUILD
index 7da0c87ec915..3898effdf182 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: bct <bct at diffeq dot com>
pkgname=imapfilter
-pkgver=2.5.7
+pkgver=2.6.2
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}")
-md5sums=('5af01afcca4a24b46f113f36bc3eaef8')
+sha256sums=('8aca5d3534e3a808a17d0aa6bfffd9afc7e6c47d92f645a5d3683a2d5933e24d')
build() {
cd "$srcdir/$pkgname-$pkgver"