diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-08 22:31:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:38 +0000 |
commit | 497599085c0b11fbd2cfd3a0600c9d0c234e2883 (patch) | |
tree | c2c7e3dcd4ef348ac0a95e170d03f576f7b1bbb1 /community | |
parent | 415fc01e516ec88e1f9790b68524c53ee62df959 (diff) | |
download | aports-497599085c0b11fbd2cfd3a0600c9d0c234e2883.tar.bz2 aports-497599085c0b11fbd2cfd3a0600c9d0c234e2883.tar.xz |
community/rspamd: rebuild against libressl-2.6
Diffstat (limited to 'community')
-rw-r--r-- | community/rspamd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rspamd/APKBUILD b/community/rspamd/APKBUILD index 8f81ac89ae..56b7d5650b 100644 --- a/community/rspamd/APKBUILD +++ b/community/rspamd/APKBUILD @@ -4,7 +4,7 @@ # Contributor: TBK <alpine@jjtc.eu> pkgname=rspamd pkgver=1.6.5 -pkgrel=0 +pkgrel=1 pkgdesc="Fast, free and open-source spam filtering system" url="https://rspamd.com" arch="x86_64 x86 armhf ppc64le" |