summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2023-12-29 23:31:45 +0100
committerStephan Springer2023-12-29 23:31:45 +0100
commitfbcab311b13847f562efadd612d1de9252756267 (patch)
treedd769bd9a2dfa5d677684dcbcaaf73fe896270e1
parent5ef836e667cf8c04cbc1bffe0e1343cc59f43470 (diff)
downloadaur-imapfilter.tar.gz
update to version 2.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d84a9e746430..2889eceff8c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imapfilter
pkgdesc = A mail filtering utility for processing IMAP mailboxes
- pkgver = 2.8.1
+ pkgver = 2.8.2
pkgrel = 1
url = https://github.com/lefcha/imapfilter
arch = i686
@@ -12,7 +12,7 @@ pkgbase = imapfilter
depends = pcre2
depends = openssl
optdepends = openssl: SSL/TLS encryption and CRAM-MD5 authentication
- source = imapfilter-2.8.1.tar.gz::https://github.com/lefcha/imapfilter/archive/refs/tags/v2.8.1.tar.gz
- sha256sums = 758a0f78aff30935916426c878d2cc803bdcd31c74982fbfcd2372e6744262cc
+ source = imapfilter-2.8.2.tar.gz::https://github.com/lefcha/imapfilter/archive/refs/tags/v2.8.2.tar.gz
+ sha256sums = cfdf84598dcccc8a54597448f7cdc7efc450282e23a865ddf59819ec99ac944d
pkgname = imapfilter
diff --git a/PKGBUILD b/PKGBUILD
index 6a7b9dedb748..92061f528f4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: bct <bct at diffeq dot com>
pkgname=imapfilter
-pkgver=2.8.1
+pkgver=2.8.2
pkgrel=1
pkgdesc="A mail filtering utility for processing IMAP mailboxes"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -14,7 +14,7 @@ license=('MIT')
depends=('lua' 'pcre2' 'openssl')
optdepends=('openssl: SSL/TLS encryption and CRAM-MD5 authentication')
source=("$pkgname-$pkgver.tar.gz::https://github.com/lefcha/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('758a0f78aff30935916426c878d2cc803bdcd31c74982fbfcd2372e6744262cc')
+sha256sums=('cfdf84598dcccc8a54597448f7cdc7efc450282e23a865ddf59819ec99ac944d')
build() {
cd "$srcdir/$pkgname-$pkgver"