summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2020-12-07 10:05:55 +0100
committerHyacinthe Cartiaux2020-12-07 10:05:55 +0100
commit93e04518cfd05111d8ebfec108ce8d153c65253a (patch)
treedf6aa4883c6266e1ca5c0ec04d0d541c0331f250
parent6cc08c5d380a228c9523d148ec6d30b7d4f3d5a0 (diff)
downloadaur-93e04518cfd05111d8ebfec108ce8d153c65253a.tar.gz
Update to 2.7.5
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bdad00a8008..113ace305986 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = imapfilter
pkgdesc = A mail filtering utility for processing IMAP mailboxes
- pkgver = 2.6.16
- pkgrel = 3
+ pkgver = 2.7.5
+ pkgrel = 1
url = https://github.com/lefcha/imapfilter
arch = i686
arch = x86_64
@@ -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.16
- sha256sums = 90af9bc9875e03fb5a09a3233287b74dd817867cb18ec9ff52fead615755563e
+ source = https://codeload.github.com/lefcha/imapfilter/tar.gz/v2.7.5
+ sha256sums = ab19f840712e6951e51c29e44c43b3b2fa42e93693f98f8969cc763a4fad56bf
pkgname = imapfilter
diff --git a/.gitignore b/.gitignore
index 84541d3fedf6..34fd0c18d0e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.xz
+*.zst
pkg
src
v*
diff --git a/PKGBUILD b/PKGBUILD
index 8569f548853f..043c63fcbb1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: bct <bct at diffeq dot com>
pkgname=imapfilter
-pkgver=2.6.16
-pkgrel=3
+pkgver=2.7.5
+pkgrel=1
pkgdesc="A mail filtering utility for processing IMAP mailboxes"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/lefcha/imapfilter"
@@ -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=('90af9bc9875e03fb5a09a3233287b74dd817867cb18ec9ff52fead615755563e')
+sha256sums=('ab19f840712e6951e51c29e44c43b3b2fa42e93693f98f8969cc763a4fad56bf')
build() {
cd "$srcdir/$pkgname-$pkgver"