aboutsummaryrefslogtreecommitdiffstats
path: root/testing/imapfilter
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-26 16:19:42 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-26 16:19:42 -0300
commit6b07589e2f617ddb7db71258c94c797c009a6f87 (patch)
treef77e9acd58b484372c181d2baed1290c8cdd80e3 /testing/imapfilter
parent441bbcaefa8a1164e25ca8ce25d18916907ee25f (diff)
downloadaports-6b07589e2f617ddb7db71258c94c797c009a6f87.tar.bz2
aports-6b07589e2f617ddb7db71258c94c797c009a6f87.tar.xz
testing/imapfilter: upgrade to 2.6.13
Diffstat (limited to 'testing/imapfilter')
-rw-r--r--testing/imapfilter/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/testing/imapfilter/APKBUILD b/testing/imapfilter/APKBUILD
index a7a989b109..1f24242832 100644
--- a/testing/imapfilter/APKBUILD
+++ b/testing/imapfilter/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Andrew Hills <ahills@ednos.net>
# Maintainer: Andrew Hills <ahills@ednos.net>
pkgname=imapfilter
-pkgver=2.6.12
+pkgver=2.6.13
pkgrel=0
pkgdesc="Lua-based filtering for IMAP mailboxes"
url="https://github.com/lefcha/imapfilter"
@@ -9,11 +9,8 @@ arch="all"
license="MIT"
makedepends="$depends_dev lua-dev openssl-dev pcre-dev libc-dev"
subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/lefcha/$pkgname/archive/v${pkgver}.tar.gz
- "
+source="$pkgname-$pkgver.tar.gz::https://github.com/lefcha/imapfilter/archive/v$pkgver.tar.gz"
-
-builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$_builddir"
make PREFIX=/usr all
@@ -27,4 +24,4 @@ package() {
DESTDIR="$pkgdir" \
install
}
-sha512sums="1425041c288ac46833af6119fd0169cf783a1fec61bf07dfad6f732ec74834ec3beb4e81c3b19f7436310324d9a4369c4ec61aa3a83eef203d7897ea0fc26528 imapfilter-2.6.12.tar.gz"
+sha512sums="daf9dd1d262ad42ffd3790e674415c847371a7b82ba19b2a3b5bda73f835777ad9700f3e39602106ffcd061000f40632449ecaaecae58e501afcbd1036744472 imapfilter-2.6.13.tar.gz"